Community Documentation

Search for taxonomy

Classes

NameLocationDescription
PathTaxonomyTermTestCasemodules/path/path.testTest URL aliases for taxonomy terms.
TaxonomyHooksTestCasemodules/taxonomy/taxonomy.testTests for taxonomy hook invocation.
TaxonomyLegacyTestCasemodules/taxonomy/taxonomy.testTest for legacy node bug.
TaxonomyLoadMultipleUnitTestmodules/taxonomy/taxonomy.testTest the taxonomy_term_load_multiple() function.
TaxonomyTermControllermodules/taxonomy/taxonomy.moduleController class for taxonomy terms.
TaxonomyTermFieldTestCasemodules/taxonomy/taxonomy.testTests for taxonomy term field and formatter.
TaxonomyTermIndexTestCasemodules/taxonomy/taxonomy.testTests the hook implementations that maintain the taxonomy index.
TaxonomyTermTestCasemodules/taxonomy/taxonomy.testTests for taxonomy term functions.
TaxonomyTermUnitTestmodules/taxonomy/taxonomy.testUnit tests for taxonomy term functions.
TaxonomyThemeTestCasemodules/taxonomy/taxonomy.testTests for verifying that taxonomy pages use the correct theme.
TaxonomyTokenReplaceTestCasemodules/taxonomy/taxonomy.testTest taxonomy token replacement in strings.
TaxonomyVocabularyControllermodules/taxonomy/taxonomy.moduleController class for taxonomy vocabularies.
TaxonomyVocabularyFunctionalTestmodules/taxonomy/taxonomy.testTests for the taxonomy vocabulary interface.
TaxonomyVocabularyUnitTestmodules/taxonomy/taxonomy.testTests for taxonomy vocabulary functions.
TaxonomyWebTestCasemodules/taxonomy/taxonomy.testClass with common helper methods.
UpgradePathTaxonomyTestCasemodules/simpletest/tests/upgrade/upgrade.taxonomy.testTest taxonomy upgrades.

Files

NameLocationDescription
taxonomy-term.tpl.phpmodules/taxonomy/taxonomy-term.tpl.phpDefault theme implementation to display a term.
taxonomy.admin.incmodules/taxonomy/taxonomy.admin.incAdministrative page callbacks for the taxonomy module.
taxonomy.api.phpmodules/taxonomy/taxonomy.api.phpHooks provided by the Taxonomy module.
taxonomy.installmodules/taxonomy/taxonomy.installInstall, update and uninstall functions for the taxonomy module.
taxonomy.modulemodules/taxonomy/taxonomy.moduleEnables the organization of content into categories.
taxonomy.pages.incmodules/taxonomy/taxonomy.pages.incPage callbacks for the taxonomy module.
taxonomy.testmodules/taxonomy/taxonomy.testTests for taxonomy.module.
taxonomy.tokens.incmodules/taxonomy/taxonomy.tokens.incBuilds placeholder replacement tokens for taxonomy terms and vocabularies.
taxonomy_test.installmodules/simpletest/tests/taxonomy_test.installInstall, update and uninstall functions for the taxonomy_test module.
taxonomy_test.modulemodules/simpletest/tests/taxonomy_test.moduleTest module for Taxonomy hooks and functions not used in core.
upgrade.taxonomy.testmodules/simpletest/tests/upgrade/upgrade.taxonomy.test

Functions & methods

NameLocationDescription
bartik_field__taxonomy_term_referencethemes/bartik/template.phpImplements theme_field__field_type().
EntityCrudHookTestCase::testTaxonomyTermHooksmodules/simpletest/tests/entity_crud_hook_test.testTest hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTestCase::testTaxonomyVocabularyHooksmodules/simpletest/tests/entity_crud_hook_test.testTest hook invocations for CRUD operations on taxonomy vocabularies.
entity_crud_hook_test_taxonomy_term_deletemodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_term_delete().
entity_crud_hook_test_taxonomy_term_insertmodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_term_insert().
entity_crud_hook_test_taxonomy_term_loadmodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_term_load().
entity_crud_hook_test_taxonomy_term_presavemodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_term_presave().
entity_crud_hook_test_taxonomy_term_updatemodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_term_update().
entity_crud_hook_test_taxonomy_vocabulary_deletemodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_delete().
entity_crud_hook_test_taxonomy_vocabulary_insertmodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_insert().
entity_crud_hook_test_taxonomy_vocabulary_loadmodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_load().
entity_crud_hook_test_taxonomy_vocabulary_presavemodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_presave().
entity_crud_hook_test_taxonomy_vocabulary_updatemodules/simpletest/tests/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_update().
ForumTestCase::editForumTaxonomymodules/forum/forum.testEdit the forum taxonomy.
forum_taxonomy_term_deletemodules/forum/forum.moduleImplements hook_taxonomy_term_delete().
hook_taxonomy_term_deletemodules/taxonomy/taxonomy.api.phpRespond to the deletion of taxonomy terms.
hook_taxonomy_term_insertmodules/taxonomy/taxonomy.api.phpAct on taxonomy terms when inserted.
hook_taxonomy_term_loadmodules/taxonomy/taxonomy.api.phpAct on taxonomy terms when loaded.
hook_taxonomy_term_presavemodules/taxonomy/taxonomy.api.phpAct on taxonomy terms before they are saved.
hook_taxonomy_term_updatemodules/taxonomy/taxonomy.api.phpAct on taxonomy terms when updated.
hook_taxonomy_term_view_altermodules/taxonomy/taxonomy.api.phpAlter the results of taxonomy_term_view().
hook_taxonomy_vocabulary_deletemodules/taxonomy/taxonomy.api.phpRespond to the deletion of taxonomy vocabularies.
hook_taxonomy_vocabulary_insertmodules/taxonomy/taxonomy.api.phpAct on taxonomy vocabularies when inserted.