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 modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy terms.
FieldUIViewModeFunctionalTest::testInfoHooks in modules/field_ui/tests/field_ui.test
Test the new entity display mode hooks.
FileTaxonomyTermTestCase::createAttachFileField in modules/file/tests/file.test
Creates a file field and attaches it to the "Tags" taxonomy vocabulary.
FileTaxonomyTermTestCase::_testTermFile in modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
file_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
hook_field_attach_view_alter in modules/field/field.api.php
Perform alterations on field_attach_view() or field_view_field().
hook_field_extra_fields_display_alter in modules/field/field.api.php
Alters the display settings of pseudo-fields before an entity is displayed.
hook_field_formatter_prepare_view in modules/field/field.api.php
Allow formatters to load information for field values being displayed.
hook_views_plugins in modules/views/views.api.php
Describes plugins defined by the module.
layout_layout_context_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_context_info().
PagePreviewTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
path_action_info in modules/path/path.module
Implements hook_action_info().
path_bulk_update_batch_start in modules/path/path.admin.inc
Batch callback; count the current number of URL aliases for comparison later.
path_entity_update in modules/path/path.module
Implements hook_entity_update().
PathPatternBulkUpdateTestCase::testBulkUpdate in modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testProgrammaticEntityCreation in modules/path/tests/path_pattern.test
Test programmatic entity creation for aliases.
PathPatternTestHelper::backdropGetTermByName in modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testEntityBundleRenamingDeleting in modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testPathTokens in modules/path/tests/path_pattern.test
Test the handling of path vs non-path tokens in path_clean_token_values().
TaxonomyEFQTestCase::testTaxonomyEFQ in modules/taxonomy/tests/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
taxonomy_entity_info in modules/taxonomy/taxonomy.module
Implements hook_entity_info().
taxonomy_field_extra_fields in modules/taxonomy/taxonomy.module
Implements hook_field_extra_fields().
taxonomy_field_formatter_prepare_view in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_prepare_view().
taxonomy_field_formatter_settings_form in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_form().
taxonomy_field_formatter_settings_summary in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_summary().
taxonomy_field_formatter_view in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_view().
taxonomy_field_presave in modules/taxonomy/taxonomy.module
Implements hook_field_presave().
taxonomy_field_widget_form in modules/taxonomy/taxonomy.module
Implements hook_field_widget_form().
taxonomy_form_term in modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_form_term_submit_build_taxonomy_term in modules/taxonomy/taxonomy.admin.inc
Updates the form state's term entity by processing this submission's values.
taxonomy_form_term_validate in modules/taxonomy/taxonomy.admin.inc
Validation handler for the term form.
taxonomy_layout_context_info in modules/taxonomy/taxonomy.module
Implements hook_layout_context_info().
taxonomy_path_bulk_update_batch_process in modules/taxonomy/taxonomy.path.inc
Batch processing callback; Generate URL aliases for taxonomy terms.
taxonomy_path_info in modules/taxonomy/taxonomy.path.inc
Implements hook_path_info().
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in modules/taxonomy/tests/taxonomy.test
Tests that appropriate tags are added when querying the database.
taxonomy_term_build_content in modules/taxonomy/taxonomy.module
Builds a structured array representing the term's content.
taxonomy_term_delete_multiple in modules/taxonomy/taxonomy.module
Deletes taxonomy terms.
TaxonomyTerm::entityType in modules/taxonomy/taxonomy.entity.inc
Implements EntityInterface::entityType().
taxonomy_term_is_page in modules/taxonomy/taxonomy.module
Returns whether the current page is the page of the passed-in term.
taxonomy_term_load_multiple in modules/taxonomy/taxonomy.module
Load multiple taxonomy terms based on certain conditions.
taxonomy_term_page in modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
taxonomy_terms_static_reset in modules/taxonomy/taxonomy.module
Clear all static cache variables for terms.
TaxonomyTermTestCase::testTaxonomyGetTermByName in modules/taxonomy/tests/taxonomy.test
Test taxonomy_term_load_multiple_by_name().
taxonomy_term_view in modules/taxonomy/taxonomy.module
Generate an array for rendering the given term.
taxonomy_term_view in modules/taxonomy/taxonomy.module
Generate an array for rendering the given term.
taxonomy_term_view_multiple in modules/taxonomy/taxonomy.module
Constructs a backdrop_render() style array from an array of loaded terms.
taxonomy_test_entity_view in modules/simpletest/tests/taxonomy_test.module
Implements hook_entity_view().
taxonomy_theme in modules/taxonomy/taxonomy.module
Implements hook_theme().
taxonomy_uninstall in modules/taxonomy/taxonomy.install
Implements hook_uninstall().
taxonomy_views_data in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data().
TaxonomyViewsHandlerRelationshipNodeTermDataTest::createTerm in modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
Returns a new term with random properties in vocabulary $vid.
taxonomy_views_plugins in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_plugins().
TaxonomyVocabulary::delete in modules/taxonomy/taxonomy_vocabulary.class.inc
Deletes a taxonomy vocabulary.
TaxonomyVocabulary::save in modules/taxonomy/taxonomy_vocabulary.class.inc
Saves a taxonomy vocabulary to configuration.
TaxonomyVocabularyUnitTest::testUninstallReinstall in modules/taxonomy/tests/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TaxonomyWebTestCase::createTerm in modules/taxonomy/tests/taxonomy.test
Returns a new term with random properties in the given vocabulary.
template_preprocess_taxonomy_term in modules/taxonomy/taxonomy.theme.inc
Process variables for taxonomy-term.tpl.php.
view_mode_test_entity_view_mode_info in modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_entity_view_mode_info().
ViewsAnalyzeTest::testAnalyzeBasic in modules/views/tests/views_analyze.test
Tests that analyze works in general.
views_handler_field_taxonomy::render_link in 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 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.
ViewsHandlerManyToOneTest::createTerm in modules/views/tests/handlers/views_handler_manytoone.test
Returns a new term with random properties.
views_plugin_argument_validate_taxonomy_term::validate_argument in modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc
views_ui_views_ui_wizards in modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in modules/views/tests/views_ui.test
Tests default views.
ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath in modules/views/tests/views_ui.test
Helper function to create a taxonomy term and return its expected path.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in modules/views/tests/views_ui.test
Tests the jump menu style plugin.