| bartik_field__taxonomy_term_reference | themes/bartik/template.php | Implements theme_field__field_type(). |
| EntityCrudHookTestCase::testTaxonomyTermHooks | modules/simpletest/tests/entity_crud_hook_test.test | Test hook invocations for CRUD operations on taxonomy terms. |
| EntityCrudHookTestCase::testTaxonomyVocabularyHooks | modules/simpletest/tests/entity_crud_hook_test.test | Test hook invocations for CRUD operations on taxonomy vocabularies. |
| entity_crud_hook_test_taxonomy_term_delete | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_term_delete(). |
| entity_crud_hook_test_taxonomy_term_insert | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_term_insert(). |
| entity_crud_hook_test_taxonomy_term_load | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_term_load(). |
| entity_crud_hook_test_taxonomy_term_presave | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_term_presave(). |
| entity_crud_hook_test_taxonomy_term_update | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_term_update(). |
| entity_crud_hook_test_taxonomy_vocabulary_delete | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_vocabulary_delete(). |
| entity_crud_hook_test_taxonomy_vocabulary_insert | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_vocabulary_insert(). |
| entity_crud_hook_test_taxonomy_vocabulary_load | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_vocabulary_load(). |
| entity_crud_hook_test_taxonomy_vocabulary_presave | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_vocabulary_presave(). |
| entity_crud_hook_test_taxonomy_vocabulary_update | modules/simpletest/tests/entity_crud_hook_test.module | Implements hook_taxonomy_vocabulary_update(). |
| ForumTestCase::editForumTaxonomy | modules/forum/forum.test | Edit the forum taxonomy. |
| forum_taxonomy_term_delete | modules/forum/forum.module | Implements hook_taxonomy_term_delete(). |
| hook_taxonomy_term_delete | modules/taxonomy/taxonomy.api.php | Respond to the deletion of taxonomy terms. |
| hook_taxonomy_term_insert | modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when inserted. |
| hook_taxonomy_term_load | modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when loaded. |
| hook_taxonomy_term_presave | modules/taxonomy/taxonomy.api.php | Act on taxonomy terms before they are saved. |
| hook_taxonomy_term_update | modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when updated. |
| hook_taxonomy_term_view_alter | modules/taxonomy/taxonomy.api.php | Alter the results of taxonomy_term_view(). |
| hook_taxonomy_vocabulary_delete | modules/taxonomy/taxonomy.api.php | Respond to the deletion of taxonomy vocabularies. |
| hook_taxonomy_vocabulary_insert | modules/taxonomy/taxonomy.api.php | Act on taxonomy vocabularies when inserted. |