public function operation__phylotree_vis::elementInfo

3.x operation__phylotree_vis.inc public operation__phylotree_vis::elementInfo()

Overrides TripalField::elementInfo

See also

TripalField::elementInfo()

File

tripal_chado/includes/TripalFields/operation__phylotree_vis/operation__phylotree_vis.inc, line 88

Class

operation__phylotree_vis

Code

public function elementInfo() {
  $field_term = $this->getFieldTermID();

  return array(
    $field_term => array(
      'operations' => array(),
      'sortable' => FALSE,
      'searchable' => FALSE,
      'type' => 'string',
      'type' => 'xs:complexType',
      'readonly' => TRUE,
      'elements' => array(
        'schema:url' => array(
          'searchabel' => FALSE,
          'type' => 'xs:anyURI',
          'readonly' => TRUE,
          'required' => FALSE,
        ),
      ),
    )
  );
}