|
Tripal
|


Public Member Functions | |
| __construct (array $configuration, $plugin_id, $plugin_definition) | |
| getTerms ($name, $exact=True) | |
Public Member Functions inherited from Drupal\tripal\TripalVocabTerms\TripalCollectionPluginBase | |
| getName () | |
Public Member Functions inherited from Drupal\tripal\TripalVocabTerms\Interfaces\TripalVocabularyInterface | |
| getIdSpaceNames () | |
| addIdSpace ($idSpace) | |
| removeIdSpace ($idspace) | |
| getURL () | |
| setURL ($url) | |
| getNameSpace () | |
| setLabel ($label) | |
| getLabel () | |
Public Member Functions inherited from Drupal\tripal\TripalVocabTerms\Interfaces\TripalCollectionPluginInterface | |
| createRecord () | |
| destroy () | |
| isValid () | |
| recordExists () | |
Additional Inherited Members | |
Protected Attributes inherited from Drupal\tripal\TripalVocabTerms\TripalCollectionPluginBase | |
| $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.