Vocabulary |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
Defines the taxonomy vocabulary entity. |
VocabularyVid |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php |
Argument handler to accept a vocabulary id. |
VocabularyVid |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyVid.php |
Filter by vocabulary id. |
Vocabulary.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
Definition of Drupal\taxonomy\Plugin\Core\Entity\Vocabulary. |
VocabularyTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Tests the taxonomy vocabulary interface. |
Vocabulary::id |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
Implements Drupal\Core\Entity\EntityInterface::id(). |
Vocabulary::$vid |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
The taxonomy vocabulary ID. |
VocabularyVid.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php |
Definition of Drupal\taxonomy\Plugin\views\argument\VocabularyVid. |
VocabularyVid.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyVid.php |
Definition of Drupal\taxonomy\Plugin\views\filter\VocabularyVid. |
Vocabulary::$name |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
Name of the vocabulary. |
VocabularyTest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Definition of Drupal\taxonomy\Tests\VocabularyTest. |
VocabularyUnitTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Tests for taxonomy vocabulary functions. |
Vocabulary::$weight |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
The weight of this vocabulary in relation to other vocabularies. |
VocabularyVid::title |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php |
Override the behavior of title(). Get the name of the vocabulary. |
VocabularyMachineName |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php |
Argument handler to accept a vocabulary machine name. |
VocabularyMachineName |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php |
Filter by vocabulary machine name. |
VocabularyTest::setUp |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Sets up a Drupal site for running functional and integration tests. |
VocabularyUnitTest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Definition of Drupal\taxonomy\Tests\VocabularyUnitTest. |
VocabularyLanguageTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Tests for the language feature on vocabularies. |
Vocabulary::$hierarchy |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
The type of hierarchy allowed within the vocabulary. |
taxonomy_vocabulary_add |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Page callback: provides the vocabulary creation form. |
VocabularyTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
|
VocabularyFormController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Base form controller for vocabulary edit forms. |
taxonomy_vocabulary_save |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Saves a vocabulary. |
taxonomy_vocabulary_load |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Return the taxonomy vocabulary entity matching a vocabulary ID. |
Vocabulary::$description |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
Description of the vocabulary. |
VocabularyMachineName.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php |
Definition of Drupal\taxonomy\Plugin\views\argument\VocabularyMachineName. |
VocabularyMachineName.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php |
Definition of Drupal\taxonomy\Plugin\views\filter\VocabularyMachineName. |
VocabularyUnitTest::setUp |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Sets up a Drupal site for running functional and integration tests. |
Vocabulary::$machine_name |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
The vocabulary machine name. |
VocabularyLanguageTest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Definition of Drupal\taxonomy\Tests\VocabularyLanguageTest. |
TermFieldTest::$vocabulary |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
|
taxonomy_vocabulary_delete |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Deletes a vocabulary. |
VocabularyStorageController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Defines a controller class for taxonomy vocabularies. |
VocabularyUnitTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
|
VocabularyMachineName::title |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php |
Override the behavior of title(). Get the name of the vocabulary.. |
VocabularyUnitTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Modules to enable. |
VocabularyFormController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Definition of Drupal\taxonomy\VocabularyFormController. |
hook_taxonomy_vocabulary_load |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when loaded. |
VocabularyLanguageTest::setUp |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Sets up a Drupal site for running functional and integration tests. |
taxonomy_vocabulary_get_names |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Get names for all taxonomy vocabularies. |
VocabularyFormController::form |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
VocabularyFormController::save |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
Term::$vocabulary_machine_name |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php |
The machine name of the vocabulary the term is assigned to. |
TaggedWithTest::$tag_vocabulary |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php |
|
hook_taxonomy_vocabulary_insert |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when inserted. |
hook_taxonomy_vocabulary_update |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when updated. |
hook_taxonomy_vocabulary_delete |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Respond to taxonomy vocabulary deletion. |
VocabularyLanguageTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
|
TermFieldMultipleVocabularyTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Tests a taxonomy term reference field that allows multiple vocabularies. |