public static property WebServicesField::$default_settings
Overrides TripalField::$default_settings
File
- tripal_ws/
includes/ TripalFields/ WebServicesField.inc, line 39
Class
- WebServicesField
- @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(),
);