12 calls to taxonomy_term_load()

EntityCrudHookTestCase::testTaxonomyTermHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy terms.
forum_confirm_delete in drupal/modules/forum/forum.admin.inc
Form constructor for confirming deletion of a forum taxonomy term.
forum_forum_load in drupal/modules/forum/forum.module
Returns a tree of all forums for a given taxonomy term ID.
forum_node_validate in drupal/modules/forum/forum.module
Implements hook_node_validate().
TaxonomyHooksTestCase::testTaxonomyTermHooks in drupal/modules/taxonomy/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in drupal/modules/taxonomy/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in drupal/modules/taxonomy/taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
taxonomy_field_widget_form in drupal/modules/taxonomy/taxonomy.module
Implements hook_field_widget_form().
taxonomy_get_parents_all in drupal/modules/taxonomy/taxonomy.module
Find all ancestors of a given term ID.
taxonomy_term_confirm_delete in drupal/modules/taxonomy/taxonomy.admin.inc
Form builder for the term delete form.
taxonomy_term_delete in drupal/modules/taxonomy/taxonomy.module
Delete a term.