|
Tripal
|


Public Member Functions | |
| __construct ($entityType, $fieldType, $key, $term_id, $storage_settings=[]) | |
Public Member Functions inherited from Drupal\tripal\TripalStorage\StoragePropertyTypeBase | |
| __construct ($entityType, $fieldType, $key, $term_id, $id, $storage_settings=[]) | |
| getId () | |
| setCardinality (int $cardinality) | |
| getCardinality () | |
| setSearchability ($searchability) | |
| getSearchability () | |
| setOperations ($operations) | |
| getOperations () | |
| setSortable ($sortable) | |
| getSortable () | |
| setReadOnly ($readOnly) | |
| getReadOnly () | |
| setRequired ($required) | |
| getRequired () | |
| getStorageSettings () | |
| setStorageSettings ($storage_settings) | |
Public Member Functions inherited from Drupal\tripal\TripalStorage\StoragePropertyBase | |
| __construct ($entityType, $fieldType, $key, $term_id) | |
| getEntityType () | |
| getFieldType () | |
| getKey () | |
| getTermIdSpace () | |
| getTermAccession () | |
| getTerm () | |
Additional Inherited Members | |
Protected Attributes inherited from Drupal\tripal\TripalStorage\StoragePropertyBase | |
| $idSpaceService | |
Defines the real Tripal storage property type. A real type is any real floating point number.
| Drupal\tripal\TripalStorage\RealStoragePropertyType::__construct | ( | $entityType, | |
| $fieldType, | |||
| $key, | |||
| $term_id, | |||
$storage_settings = [] |
|||
| ) |
Constructs a new real tripal storage property type.
| string | entityType The entity type associated with this property type. |
| string | fieldType The field type associated with this property type. |
| string | key The key associated with this property type. |
| string | term_id The controlled vocabulary term asssociated with this property. It must be in the form of "IdSpace:Accession" (e.g. "rdfs:label" or "OBI:0100026") |
| array | storage_settings An array of settings required for this property by the storage backend. |