Search for taxonomy

Classes

NameLocationDescription
PathTaxonomyTermTestCasecore/modules/path/path.testTests URL aliases for taxonomy terms.
TaxonomyEFQTestCasecore/modules/taxonomy/taxonomy.testTests the functionality of EntityFieldQuery for taxonomy entities.
TaxonomyHooksTestCasecore/modules/taxonomy/taxonomy.testTests for taxonomy hook invocation.
TaxonomyLegacyTestCasecore/modules/taxonomy/taxonomy.testTest for legacy node bug.
TaxonomyLoadMultipleUnitTestcore/modules/taxonomy/taxonomy.testTest the taxonomy_term_load_multiple() function.
TaxonomyRSSTestCasecore/modules/taxonomy/taxonomy.testTests the rendering of term reference fields in RSS feeds.
TaxonomyTermcore/modules/taxonomy/taxonomy.entity.incDefines the taxonomy term entity.
TaxonomyTermControllercore/modules/taxonomy/taxonomy.entity.incController class for taxonomy terms.
TaxonomyTermFieldMultipleVocabularyTestCasecore/modules/taxonomy/taxonomy.testTests a taxonomy term reference field that allows multiple vocabularies.
TaxonomyTermFieldTestCasecore/modules/taxonomy/taxonomy.testTests for taxonomy term field and formatter.
TaxonomyTermIndexTestCasecore/modules/taxonomy/taxonomy.testTests the hook implementations that maintain the taxonomy index.
TaxonomyTermTestCasecore/modules/taxonomy/taxonomy.testTests for taxonomy term functions.
TaxonomyTermUnitTestcore/modules/taxonomy/taxonomy.testUnit tests for taxonomy term functions.
TaxonomyThemeTestCasecore/modules/taxonomy/taxonomy.testTests for verifying that taxonomy pages use the correct theme.
TaxonomyTokenReplaceTestCasecore/modules/taxonomy/taxonomy.testTest taxonomy token replacement in strings.
TaxonomyVocabularycore/modules/taxonomy/taxonomy.entity.incDefines the taxonomy vocabulary entity.
TaxonomyVocabularyControllercore/modules/taxonomy/taxonomy.entity.incController class for taxonomy vocabularies.
TaxonomyVocabularyFunctionalTestcore/modules/taxonomy/taxonomy.testTests the taxonomy vocabulary interface.
TaxonomyVocabularyUnitTestcore/modules/taxonomy/taxonomy.testTests for taxonomy vocabulary functions.
TaxonomyWebTestCasecore/modules/taxonomy/taxonomy.testProvides common helper methods for Taxonomy module tests.

Constants

NameLocationDescription
TAXONOMY_HIERARCHY_DISABLEDcore/modules/taxonomy/taxonomy.moduleDenotes that no term in the vocabulary has a parent.
TAXONOMY_HIERARCHY_MULTIPLEcore/modules/taxonomy/taxonomy.moduleDenotes that one or more terms in the vocabulary have multiple parents.
TAXONOMY_HIERARCHY_SINGLEcore/modules/taxonomy/taxonomy.moduleDenotes that one or more terms in the vocabulary has a single parent.

Files

NameLocationDescription
core/modules/taxonomy/taxonomy-term.tpl.phpcore/modules/taxonomy/taxonomy-term.tpl.phpDefault theme implementation to display a term.
core/modules/taxonomy/taxonomy.admin.inccore/modules/taxonomy/taxonomy.admin.incAdministrative page callbacks for the taxonomy module.
core/modules/taxonomy/taxonomy.api.phpcore/modules/taxonomy/taxonomy.api.phpHooks provided by the Taxonomy module.
devel_generate/taxonomy.devel_generate.incdevel_generate/taxonomy.devel_generate.inc
core/modules/taxonomy/taxonomy.entity.inccore/modules/taxonomy/taxonomy.entity.incEntity classes and controllers for Taxonomy module.
core/modules/taxonomy/taxonomy.infocore/modules/taxonomy/taxonomy.infoname = Taxonomy description = Enables the categorization of content. package = Core version = VERSION core = 8.x dependencies[] = options dependencies[] = entity files[] = taxonomy.entity.inc files[] = taxonomy.test configure = admin/structure/taxonomy
core/modules/taxonomy/taxonomy.installcore/modules/taxonomy/taxonomy.installInstall, update and uninstall functions for the taxonomy module.
core/modules/taxonomy/taxonomy.modulecore/modules/taxonomy/taxonomy.moduleEnables the organization of content into categories.
core/modules/taxonomy/taxonomy.pages.inccore/modules/taxonomy/taxonomy.pages.incPage callbacks for the taxonomy module.
core/modules/taxonomy/taxonomy.testcore/modules/taxonomy/taxonomy.testTests for taxonomy.module.
core/modules/taxonomy/taxonomy.tokens.inccore/modules/taxonomy/taxonomy.tokens.incBuilds placeholder replacement tokens for taxonomy terms and vocabularies.
core/modules/system/tests/modules/taxonomy_test/taxonomy_test.infocore/modules/system/tests/modules/taxonomy_test/taxonomy_test.infoname = "Taxonomy test module" description = "Tests functions and hooks not used in core". package = Testing version = VERSION core = 8.x hidden = TRUE dependencies[] = taxonomy
core/modules/system/tests/modules/taxonomy_test/taxonomy_test.installcore/modules/system/tests/modules/taxonomy_test/taxonomy_test.installInstall, update and uninstall functions for the taxonomy_test module.
core/modules/system/tests/modules/taxonomy_test/taxonomy_test.modulecore/modules/system/tests/modules/taxonomy_test/taxonomy_test.moduleTest module for Taxonomy hooks and functions not used in core.

Functions & methods

NameLocationDescription
bartik_field__taxonomy_term_referencecore/themes/bartik/template.phpImplements theme_field__field_type().
EntityCrudHookTestCase::testTaxonomyTermHookscore/modules/entity/tests/entity_crud_hook_test.testTests hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTestCase::testTaxonomyVocabularyHookscore/modules/entity/tests/entity_crud_hook_test.testTests hook invocations for CRUD operations on taxonomy vocabularies.
entity_crud_hook_test_taxonomy_term_deletecore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_term_delete().
entity_crud_hook_test_taxonomy_term_insertcore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_term_insert().
entity_crud_hook_test_taxonomy_term_loadcore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_term_load().
entity_crud_hook_test_taxonomy_term_predeletecore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_term_predelete().
entity_crud_hook_test_taxonomy_term_presavecore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_term_presave().
entity_crud_hook_test_taxonomy_term_updatecore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_term_update().
entity_crud_hook_test_taxonomy_vocabulary_deletecore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_delete().
entity_crud_hook_test_taxonomy_vocabulary_insertcore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_insert().
entity_crud_hook_test_taxonomy_vocabulary_loadcore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_load().
entity_crud_hook_test_taxonomy_vocabulary_predeletecore/modules/entity/tests/modules/entity_crud_hook_test/entity_crud_hook_test.moduleImplements hook_taxonomy_vocabulary_predelete().