|
Tripal
|


Public Member Functions | |
| getValue () | |
| setValue ($value, $notify=TRUE) | |
| getIterator () | |
| get ($property_name) | |
| set ($property_name, $value, $notify=TRUE) | |
| getProperties ($include_computed=FALSE) | |
| toArray () | |
| isEmpty () | |
| onChange ($property_name, $notify=TRUE) | |
Protected Attributes | |
| $definition | |
| $values = array() | |
| $properties = array() | |
Plugin implementation of the ChadoLinker data type
@DataType( id = "chado_record", label = @Translation("Chado"), definition_class = "\Drupal\tripal_chado\TypedData\ChadoDataDefinition" )
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::get | ( | $property_name | ) |
{}
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::getIterator | ( | ) |
{}
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::getProperties | ( | $include_computed = FALSE | ) |
{}
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::getValue | ( | ) |
{}
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::isEmpty | ( | ) |
{}
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::onChange | ( | $property_name, | |
$notify = TRUE |
|||
| ) |
{}
| bool | $notify | (optional) Whether to forward the notification to the parent. Defaults to TRUE. By passing FALSE, overrides of this method can re-use the logic of parent classes without triggering notification. |
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::set | ( | $property_name, | |
| $value, | |||
$notify = TRUE |
|||
| ) |
{}
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::setValue | ( | $value, | |
$notify = TRUE |
|||
| ) |
{}
| Drupal\tripal_chado\Plugin\DataType\ChadoDataType::toArray | ( | ) |
{}