public static property sep__protocol::$default_settings

Overrides ChadoField::$default_settings

File

tripal_chado/includes/TripalFields/sep__protocol/sep__protocol.inc, line 33

Class

sep__protocol
@class Purpose: Provide a field for Protocol (typically the protocol_id column of a Chado table).

Code

public static $default_settings =[
'storage' 'field_chado_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'[]
  ];