19 calls to taxonomy_vocabulary_load()

EntityCrudHookTestCase::testTaxonomyVocabularyHooks in drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy vocabularies.
FieldUIManageFieldsTestCase::createField in drupal-7.x/modules/field_ui/field_ui.test
Tests adding a new field.
ForumTestCase::editForumTaxonomy in drupal-7.x/modules/forum/forum.test
Edits the forum taxonomy.
forum_enable in drupal-7.x/modules/forum/forum.install
Implements hook_enable().
forum_node_view in drupal-7.x/modules/forum/forum.module
Implements hook_node_view().
forum_overview in drupal-7.x/modules/forum/forum.admin.inc
Form constructor for the forum overview form.
hook_mail in drupal-7.x/modules/system/system.api.php
Prepare a message based on parameters; called from drupal_mail().
PathTaxonomyTermTestCase::testTermAlias in drupal-7.x/modules/path/path.test
Tests alias functionality through the admin interfaces.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal-7.x/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in drupal-7.x/modules/taxonomy/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadReturnFalse in drupal-7.x/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-7.x/modules/taxonomy/taxonomy.test
Ensure that the vocabulary static reset works correctly.
taxonomy_form_term in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_term_save in drupal-7.x/modules/taxonomy/taxonomy.module
Saves a term object to the database.
taxonomy_tokens in drupal-7.x/modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
taxonomy_vocabulary_confirm_delete in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Form builder for the vocabulary delete confirmation form.
taxonomy_vocabulary_confirm_reset_alphabetical in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Form builder to confirm resetting a vocabulary to alphabetical order.
taxonomy_vocabulary_delete in drupal-7.x/modules/taxonomy/taxonomy.module
Delete a vocabulary.
template_preprocess_forums in drupal-7.x/modules/forum/forum.module
Preprocesses variables for forums.tpl.php.