Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
taxonomy.module
»
taxonomy_vocabulary_load
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
19 calls to taxonomy_vocabulary_load()
EntityCrudHookTest::testTaxonomyVocabularyHooks
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy vocabularies.
ForumTest::editForumTaxonomy
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumTest.php
Edits the forum taxonomy.
forum_enable
in drupal/
core/
modules/
forum/
forum.install
Implements
hook_enable
().
forum_node_view
in drupal/
core/
modules/
forum/
forum.module
Implements
hook_node_view
().
forum_overview
in drupal/
core/
modules/
forum/
forum.admin.inc
Form constructor for the forum overview form.
hook_mail
in drupal/
core/
modules/
system/
system.api.php
Prepare a message based on parameters; called from
drupal_mail
().
ManageFieldsTest::createField
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
Tests/
ManageFieldsTest.php
Tests adding a new field.
PathTaxonomyTermTest::testTermAlias
in drupal/
core/
modules/
path/
lib/
Drupal/
path/
Tests/
PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
taxonomy_term_confirm_delete
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Form builder for the term delete form.
taxonomy_tokens
in drupal/
core/
modules/
taxonomy/
taxonomy.tokens.inc
Implements
hook_tokens
().
taxonomy_vocabulary_confirm_delete
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Form builder for the vocabulary delete confirmation form.
taxonomy_vocabulary_confirm_reset_alphabetical
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Form builder to confirm resetting a vocabulary to alphabetical order.
template_preprocess_forums
in drupal/
core/
modules/
forum/
forum.module
Preprocesses variables for
forums.tpl.php
.
TermFormController::form
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
TermFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::form
().
TermStorageController::create
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
TermStorageController.php
Overrides
Drupal\Core\Entity\DatabaseStorageController::create
().
TermTest::testTaxonomyTermHierarchy
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Test terms in a single and multiple hierarchy.
VocabularyTest::testTaxonomyAdminDeletingVocabulary
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyTest.php
Deleting a vocabulary.
VocabularyUnitTest::testTaxonomyVocabularyLoadReturnFalse
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid.
VocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Ensure that the vocabulary static reset works correctly.