public static property TripalField::$default_settings

File

tripal/includes/TripalFields/TripalField.inc, line 25

Class

TripalField

Code

public static $default_settings = array(
  'storage' => 'tripal_no_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(),
);