public static property ChadoField::$default_instance_settings

Overrides TripalField::$default_instance_settings

File

tripal_chado/includes/TripalFields/ChadoField.inc, line 27

Class

ChadoField

Code

public static $default_instance_settings = array(
  // The short name for the vocabulary (e.g. shcema, 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 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,
  // The table in Chado that the instance maps to.
  'chado_table' => '',
  // The column of the table in Chado where the value of the field comes from.
  'chado_column' => '',
  // The base table.
  'base_table' => '',
);