public function so__cds::elementInfo
3.x so__cds.inc | public so__cds::elementInfo() |
Overrides TripalField::elementInfo
See also
File
- tripal_chado/
includes/ TripalFields/ so__cds/ so__cds.inc, line 50
Class
Code
public function elementInfo() {
$field_term = $this->getFieldTermID();
return array(
$field_term => array(
'sortable' => FALSE,
'searchable' => FALSE,
'type' => 'xs:string',
'readonly' => TRUE,
),
);
}