Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
taxonomy.module
»
taxonomy_vocabulary_get_names
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to taxonomy_vocabulary_get_names()
NodeTermData::init
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Plugin/
views/
relationship/
NodeTermData.php
Overrides
\Drupal\views\Plugin\views\relationship\RelationshipPluginBase::init
().
taxonomy_entity_bundle_info
in drupal/
core/
modules/
taxonomy/
taxonomy.module
Implements
hook_entity_bundle_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::init
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Plugin/
views/
argument_validator/
Term.php
Overrides \Drupal\views\Plugin\views\Plugin\views\PluginBase::init().
Tid::init
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Plugin/
views/
argument_default/
Tid.php
Overrides \Drupal\views\Plugin\views\Plugin\views\PluginBase::init().
VocabularyUnitTest::testTaxonomyVocabularyLoadMultiple
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Tests for loading multiple vocabularies.