|
Tripal
|


Public Member Functions | |
| getLabel () | |
| setLabel ($label) | |
| getTermIdSpace () | |
| setTermIdSpace ($termIdSpace) | |
| getTermAccession () | |
| setTermAccession ($termAccession) | |
| getTerm () | |
| getHelpText () | |
| setHelpText ($help_text) | |
| getCategory () | |
| setCategory ($category) | |
| getTitleFormat () | |
| setTitleFormat ($title_format) | |
| getURLFormat () | |
| setURLFormat ($url_format) | |
| hideEmptyFields () | |
| showEmptyFields () | |
| getEmptyFieldDisplay () | |
| enableAJAXLoading () | |
| disableAJAXLoading () | |
| getAJAXLoadingStatus () | |
Provides an interface for defining Tripal Content type entities.
| Drupal\tripal\Entity\TripalEntityTypeInterface::disableAJAXLoading | ( | ) |
Configures the entity such that fields will be loaded on page load.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::enableAJAXLoading | ( | ) |
Configures the entity such that fields will be loaded via AJAX after page load.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getAJAXLoadingStatus | ( | ) |
Retrieves the indicator for whether to load fields using AJAX or not.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getCategory | ( | ) |
Gets the category for this Tripal Entity Type.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getEmptyFieldDisplay | ( | ) |
Retrieves the indicator for whether to hide empty fields or not.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getHelpText | ( | ) |
Gets help text for admin for this Tripal Entity Type.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getLabel | ( | ) |
Gets the Tripal Entity Type label (e.g. gene).
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getTerm | ( | ) |
Gets the Tripal Entity Type CV Term Object based off its CV Term ID Space and Accession.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getTermAccession | ( | ) |
Gets the Tripal Entity Type CV Term Accession.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getTermIdSpace | ( | ) |
Gets the Tripal Entity Type CV Term ID Space.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getTitleFormat | ( | ) |
Gets the title format for this Tripal Entity Type.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::getURLFormat | ( | ) |
Gets the URL format for this Tripal Entity Type.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::hideEmptyFields | ( | ) |
Configures the entity such that empty fields will be hidden.
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::setCategory | ( | $category | ) |
Sets the Tripal Entity Type category.
| string | $category | The Tripal Entity Type category. |
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::setHelpText | ( | $help_text | ) |
Sets the Tripal Entity Type help text.
| string | $help_text | The Tripal Entity Type help text. |
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::setLabel | ( | $label | ) |
Sets the Tripal Entity Type label (e.g. gene).
| string | $label | The Tripal Entity Type label. |
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::setTermAccession | ( | $termAccession | ) |
Sets the Tripal Entity Type CV Term Accession.
| string | $termIdSpace | The new Tripal Controlled Vocabulary Term Accession |
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::setTermIdSpace | ( | $termIdSpace | ) |
Sets the Tripal Entity Type CV Term ID Space.
| string | $termIdSpace | The new Tripal Controlled Vocabulary Term ID Space |
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::setTitleFormat | ( | $title_format | ) |
Sets the Tripal Entity Type title format.
| string | $title_format | The Tripal Entity Type title format. |
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::setURLFormat | ( | $url_format | ) |
Sets the Tripal Entity Type URL format.
| string | $url_format | The Tripal Entity Type URL format. |
Implemented in Drupal\tripal\Entity\TripalEntityType.
| Drupal\tripal\Entity\TripalEntityTypeInterface::showEmptyFields | ( | ) |
Configures the entity such that empty fields will be shown.
Implemented in Drupal\tripal\Entity\TripalEntityType.