Tripal
|
Public Member Functions | |
__construct (array $configuration, $plugin_id, $plugin_definition) | |
getTerms ($name, $exact=True) | |
![]() | |
getName () | |
![]() | |
getIdSpaceNames () | |
addIdSpace ($idSpace) | |
removeIdSpace ($idspace) | |
getURL () | |
setURL ($url) | |
getNameSpace () | |
setLabel ($label) | |
getLabel () | |
![]() | |
createRecord () | |
destroy () | |
isValid () | |
recordExists () | |
Additional Inherited Members | |
![]() | |
$messageLogger = NULL | |
Base class for tripal vocabulary plugins.
Drupal\tripal\TripalVocabTerms\TripalVocabularyBase::__construct | ( | array | $configuration, |
$plugin_id, | |||
$plugin_definition | |||
) |
{{}}
Reimplemented from Drupal\tripal\TripalVocabTerms\TripalCollectionPluginBase.
Reimplemented in Drupal\tripal\Plugin\TripalVocabulary\TripalDefaultVocabulary.
Drupal\tripal\TripalVocabTerms\TripalVocabularyBase::getTerms | ( | $name, | |
$exact = True |
|||
) |
{Returns the terms in this vocabulary whose names match the given name. Matches can only be exact or a substring depending on the given flag. The default is to only return exact matches.
string | $name | The name. |
bool | $exact | True to only include exact matches else include all substring matches. |
Implements Drupal\tripal\TripalVocabTerms\Interfaces\TripalVocabularyInterface.
Reimplemented in Drupal\tripal_chado\Plugin\TripalVocabulary\ChadoVocabulary, and Drupal\tripal\Plugin\TripalVocabulary\TripalDefaultVocabulary.