public static property WebServicesField::$default_instance_settings
Overrides TripalField::$default_instance_settings
File
- tripal_ws/
includes/ TripalFields/ WebServicesField.inc, line 57
Class
- WebServicesField
- @class Purpose:
Code
public static $default_instance_settings = array(
// The short name for the vocabulary (e.g. schema, SO, GO, PATO, etc.).
'term_vocabulary' => 'schema',
// The name of the term.
'term_name' => 'Thing',
// The unique ID (i.e. accession) of the term.
'term_accession' => 'Thing',
// Set to TRUE if the site admin is not allowed to change the term
// type, otherwise the admin can change the term mapped to a field.
'term_fixed' => FALSE,
// Indicates if this field should be automatically attached to display
// or web services or if this field should be loaded separately. This
// is convenient for speed. Fields that are slow should for loading
// should have auto_attach set to FALSE so tha their values can be
// attached asynchronously.
'auto_attach' => FALSE,
);