18 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.
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().
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
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_allowed_values in drupal/core/modules/taxonomy/taxonomy.module
Returns the set of valid terms for a taxonomy field.
taxonomy_help in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_help().
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.
TermFormController::form in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
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::testTaxonomyVocabularyLoadStaticReset in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Ensure that the vocabulary static reset works correctly.