public static property data__sequence::$default_instance_settings
Overrides ChadoField::$default_instance_settings
File
- tripal_chado/
includes/ TripalFields/ data__sequence/ data__sequence.inc, line 27
Class
Code
public static $default_instance_settings = array(
// The short name for the vocabulary (e.g. shcema, SO, GO, PATO, etc.).
'term_vocabulary' => 'data',
// The name of the term.
'term_name' => 'sequence',
// The unique ID (i.e. accession) of the term.
'term_accession' => '2044',
// 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,
);