20 calls to taxonomy_vocabulary_load()

EntityCrudHookTestCase::testTaxonomyVocabularyHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy vocabularies.
FieldUIManageFieldsTestCase::createField in drupal/modules/field_ui/field_ui.test
Tests adding a new field.
ForumTestCase::editForumTaxonomy in drupal/modules/forum/forum.test
Edits the forum taxonomy.
forum_enable in drupal/modules/forum/forum.install
Implements hook_enable().
forum_node_view in drupal/modules/forum/forum.module
Implements hook_node_view().
forum_overview in drupal/modules/forum/forum.admin.inc
Form constructor for the forum overview form.
hook_mail in drupal/modules/system/system.api.php
Prepare a message based on parameters; called from drupal_mail().
PathTaxonomyTermTestCase::testTermAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in drupal/modules/taxonomy/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadReturnFalse in drupal/modules/taxonomy/taxonomy.test
Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset in drupal/modules/taxonomy/taxonomy.test
Ensure that the vocabulary static reset works correctly.
taxonomy_form_term in drupal/modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_term_save in drupal/modules/taxonomy/taxonomy.module
Saves a term object to the database.
taxonomy_tokens in drupal/modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
taxonomy_vocabulary_confirm_delete in drupal/modules/taxonomy/taxonomy.admin.inc
Form builder for the vocabulary delete confirmation form.
taxonomy_vocabulary_confirm_reset_alphabetical in drupal/modules/taxonomy/taxonomy.admin.inc
Form builder to confirm resetting a vocabulary to alphabetical order.
taxonomy_vocabulary_delete in drupal/modules/taxonomy/taxonomy.module
Deletes a vocabulary.
template_preprocess_forums in drupal/modules/forum/forum.module
Preprocesses variables for forums.tpl.php.
UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.taxonomy.test
Basic tests for the taxonomy upgrade.