Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

EntityCrudHookTestCase::testTaxonomyTermHooks in core/modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy terms.
EntityReferenceBehaviorHandlerTaxonomyIndex::access in core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc
Overrides EntityReferenceBehaviorHandler::access().
EntityReferenceBehaviorHandlerTaxonomyIndex::buildNodeIndex in core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc
Builds and inserts taxonomy index entries for a given node.
EntityReferenceBehaviorHandlerTaxonomyIndex::settingsForm in core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc
Overrides EntityReferenceBehaviorHandler::settingsForm().
EntityReferenceSelectionHandlerGeneric_taxonomy_term::getReferencableEntities in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
Implements EntityReferenceHandler::getReferencableEntities().
EntityReferenceTaxonomyTestCase::setupForIndex in core/modules/entityreference/tests/entityreference.taxonomy.test
Add an ER field from node/post to taxonomy and a term reference field.
EntityReferenceTaxonomyTestCase::setupForIndexDuplicates in core/modules/entityreference/tests/entityreference.taxonomy.test
Add a second ER field from node/post to taxonomy.
entityreference_field_type_settings in core/modules/entityreference/entityreference.module
Introspects field and instance settings, and determines the correct settings for the functioning of the formatter.
FieldUIViewModeFunctionalTest::testInfoHooks in core/modules/field_ui/tests/field_ui.test
Test the new entity display mode hooks.
FileTaxonomyTermTestCase::createAttachFileField in core/modules/file/tests/file.test
Creates a file field and attaches it to the "Tags" taxonomy vocabulary.
FileTaxonomyTermTestCase::_testTermFile in core/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
file_views_data in core/modules/file/views/file.views.inc
Implements hook_field_views_data().
hook_field_attach_view_alter in core/modules/field/field.api.php
Perform alterations on field_attach_view() or field_view_field().
hook_field_extra_fields_display_alter in core/modules/field/field.api.php
Alters the display settings of pseudo-fields before an entity is displayed.
hook_field_formatter_prepare_view in core/modules/field/field.api.php
Allow formatters to load information for field values being displayed.
hook_views_plugins in core/modules/views/views.api.php
Describes plugins defined by the module.
layout_layout_context_info in core/modules/layout/includes/layout.layout.inc
Implements hook_layout_context_info().
PagePreviewTestCase::setUp in core/modules/node/tests/node.test
PathPatternBulkUpdateTestCase::testBulkUpdate in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testProgrammaticEntityCreation in core/modules/path/tests/path_pattern.test
Test programmatic entity creation for aliases.
PathPatternTestHelper::backdropGetTermByName in core/modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testEntityBundleRenamingDeleting in core/modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testPathTokens in core/modules/path/tests/path_pattern.test
Test the handling of path vs non-path tokens in path_clean_token_values().
path_action_info in core/modules/path/path.module
Implements hook_action_info().
path_bulk_update_batch_start in core/modules/path/path.admin.inc
Batch callback; count the current number of URL aliases for comparison later.
path_entity_update in core/modules/path/path.module
Implements hook_entity_update().
TaxonomyEFQTestCase::testTaxonomyEFQ in core/modules/taxonomy/tests/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in core/modules/taxonomy/tests/taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyTerm::entityType in core/modules/taxonomy/taxonomy.entity.inc
Implements EntityInterface::entityType().
TaxonomyTermController::buildContent in core/modules/taxonomy/taxonomy.entity.inc
Implements EntityControllerInterface::buildContent().
TaxonomyTermController::view in core/modules/taxonomy/taxonomy.entity.inc
Overrides DefaultEntityController::view().
TaxonomyTermController::view in core/modules/taxonomy/taxonomy.entity.inc
Overrides DefaultEntityController::view().
TaxonomyTermDepthLayoutAccess::checkAccess in core/modules/taxonomy/layout/taxonomy_term_depth_access.inc
Checks for access based on the available context.
TaxonomyTermTestCase::testTaxonomyGetTermByName in core/modules/taxonomy/tests/taxonomy.test
Test taxonomy_term_load_multiple_by_name().
TaxonomyViewsHandlerRelationshipNodeTermDataTest::createTerm in core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
Returns a new term with random properties in vocabulary $vid.
TaxonomyVocabulary::delete in core/modules/taxonomy/taxonomy_vocabulary.class.inc
Deletes a taxonomy vocabulary.
TaxonomyVocabulary::save in core/modules/taxonomy/taxonomy_vocabulary.class.inc
Saves a taxonomy vocabulary to configuration.
TaxonomyVocabularyUnitTest::testUninstallReinstall in core/modules/taxonomy/tests/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TaxonomyWebTestCase::createTerm in core/modules/taxonomy/tests/taxonomy.test
Returns a new term with random properties in the given vocabulary.
taxonomy_entity_info in core/modules/taxonomy/taxonomy.module
Implements hook_entity_info().
taxonomy_field_extra_fields in core/modules/taxonomy/taxonomy.module
Implements hook_field_extra_fields().
taxonomy_field_formatter_prepare_view in core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_prepare_view().
taxonomy_field_formatter_settings_form in core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_form().
taxonomy_field_formatter_settings_summary in core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_summary().
taxonomy_field_formatter_view in core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_view().
taxonomy_field_presave in core/modules/taxonomy/taxonomy.module
Implements hook_field_presave().
taxonomy_field_widget_form in core/modules/taxonomy/taxonomy.module
Implements hook_field_widget_form().
taxonomy_form_term in core/modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_form_term_submit_build_taxonomy_term in core/modules/taxonomy/taxonomy.admin.inc
Updates the form state's term entity by processing this submission's values.
taxonomy_form_term_validate in core/modules/taxonomy/taxonomy.admin.inc
Validation handler for the term form.
taxonomy_layout_access_info in core/modules/taxonomy/taxonomy.module
Implements hook_layout_access_info().
taxonomy_layout_context_info in core/modules/taxonomy/taxonomy.module
Implements hook_layout_context_info().
taxonomy_path_bulk_update_batch_process in core/modules/taxonomy/taxonomy.path.inc
Batch processing callback; Generate URL aliases for taxonomy terms.
taxonomy_path_info in core/modules/taxonomy/taxonomy.path.inc
Implements hook_path_info().
taxonomy_terms_static_reset in core/modules/taxonomy/taxonomy.module
Clear all static cache variables for terms.
taxonomy_term_delete_multiple in core/modules/taxonomy/taxonomy.module
Deletes taxonomy terms.
taxonomy_term_is_page in core/modules/taxonomy/taxonomy.module
Returns whether the current page is the page of the passed-in term.
taxonomy_term_load_multiple in core/modules/taxonomy/taxonomy.module
Load multiple taxonomy terms based on certain conditions.
taxonomy_term_page in core/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
taxonomy_term_view_multiple in core/modules/taxonomy/taxonomy.module
Constructs a backdrop_render() style array from an array of loaded terms.
taxonomy_test_entity_view in core/modules/simpletest/tests/taxonomy_test.module
Implements hook_entity_view().
taxonomy_theme in core/modules/taxonomy/taxonomy.module
Implements hook_theme().
taxonomy_uninstall in core/modules/taxonomy/taxonomy.install
Implements hook_uninstall().
taxonomy_views_data in core/modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data().
taxonomy_views_plugins in core/modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_plugins().
template_preprocess_taxonomy_term in core/modules/taxonomy/taxonomy.theme.inc
Process variables for taxonomy-term.tpl.php.
token_example_entity_info_alter in modules/examples/token_example/token_example.module
Implements hook_entity_info_alter().
ViewsAnalyzeTest::testAnalyzeBasic in core/modules/views/tests/views_analyze.test
Tests that analyze works in general.
ViewsHandlerManyToOneTest::createTerm in core/modules/views/tests/handlers/views_handler_manytoone.test
Returns a new term with random properties.
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in core/modules/views/tests/views_ui.test
Tests default views.
ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath in core/modules/views/tests/views_ui.test
Helper function to create a taxonomy term and return its expected path.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in core/modules/views/tests/views_ui.test
Tests the jump menu style plugin.
views_handler_field_taxonomy::render_link in core/modules/taxonomy/views/views_handler_field_taxonomy.inc
Render whatever the data is as a link to the taxonomy.
views_handler_filter_entity_bundle::query in core/modules/views/handlers/views_handler_filter_entity_bundle.inc
All entity types beside comment and taxonomy terms have a proper implement bundle, though these two need an additional join to node/vocab table to work as required.
views_plugin_argument_validate_taxonomy_term::validate_argument in core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc
views_ui_views_ui_wizards in core/modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
view_mode_test_entity_view_mode_info in core/modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_entity_view_mode_info().