17 calls to taxonomy_vocabulary_get_names()

forum_entity_info_alter in drupal/core/modules/forum/forum.module
Implements hook_entity_info_alter().
NodeTermData::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/relationship/NodeTermData.php
Default options form that provides the label widget that all fields should have.
NodeTermData::init in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/relationship/NodeTermData.php
Init handler to let relationships live on tables other than the table they operate on.
TaxonomyIndexTid::buildExtraOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php
Provide a form for setting options.
TaxonomyIndexTid::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
Provide "link to term" option.
TaxonomyIndexTid::init in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
Overrides Drupal\views\Plugin\views\HandlerBase::init().
TaxonomyIndexTid::init in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php
Overrides Drupal\views\Plugin\views\filter\FilterPluginBase::init().
taxonomy_autocomplete in drupal/core/modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
taxonomy_entity_info in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_entity_info().
taxonomy_term_load_multiple_by_name in drupal/core/modules/taxonomy/taxonomy.module
Try to map a string to an existing term, as for glossary use.
Term::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
Provide the default form for setting options.
Term::init in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
Initialize this plugin with the view and the argument it is linked to.
Tid::buildOptionsForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_default/Tid.php
Provide the default form for setting options.
Tid::init in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_default/Tid.php
Initialize this plugin with the view and the argument it is linked to.
VocabularyMachineName::get_value_options in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
VocabularyUnitTest::testTaxonomyVocabularyLoadMultiple in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Tests for loading multiple vocabularies.
VocabularyVid::get_value_options in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyVid.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.