public static property remote__data::$default_settings

Overrides WebServicesField::$default_settings

File

tripal_ws/includes/TripalFields/remote__data/remote__data.inc, line 38

Class

remote__data
@class Purpose:

Code

public static $default_settings = array(
  'storage' => 'field_tripal_ws_storage',
  // It is expected that all fields set a 'value' in the load() function.
  // In many cases, the value may be an associative array of key/value pairs.
  // In order for Tripal to provide context for all data, the keys should
  // be a controlled vocabulary term (e.g. rdfs:type). Keys in the load()
  // function that are supported by the query() function should be
  // listed here.
  'searchable_keys' => array(),
);