public static property sio__vocabulary::$default_instance_settings
Overrides ChadoField::$default_instance_settings
File
- tripal_chado/
includes/ TripalFields/ sio__vocabulary/ sio__vocabulary.inc, line 18
Class
Code
public static $default_instance_settings = array(
// The short name for the vocabulary (e.g. shcema, SO, GO, PATO, etc.).
'term_vocabulary' => 'SIO',
// The name of the term.
'term_name' => 'vocabulary',
// The unique ID (i.e. accession) of the term.
'term_accession' => '001080',
// Set to TRUE if the site admin is allowed to change the term
// type. This will create form elements when editing the field instance
// to allow the site admin to change the term settings above.
'term_fixed' => FALSE,
);