- EntityCrudHookTestCase::testTaxonomyTermHooks in core/
modules/ entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on taxonomy terms.
- TaxonomyHooksTestCase::testTaxonomyTermHooks in core/
modules/ taxonomy/ tests/ taxonomy.test - Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
- TaxonomyLoadMultipleUnitTest::testTaxonomyTermMultipleLoad in core/
modules/ taxonomy/ tests/ taxonomy.test - Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
- TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in core/
modules/ taxonomy/ tests/ taxonomy.test - Tests that appropriate tags are added when querying the database.
- TaxonomyTermTestCase::testTaxonomyTermHierarchy in core/
modules/ taxonomy/ tests/ taxonomy.test - Test terms in a single and multiple hierarchy.
- taxonomy_field_widget_form in core/
modules/ taxonomy/ taxonomy.module - Implements hook_field_widget_form().
- taxonomy_term_load_parents_all in core/
modules/ taxonomy/ taxonomy.module - Find all ancestors of a given term ID.
- views_handler_argument_taxonomy::title in core/
modules/ taxonomy/ views/ views_handler_argument_taxonomy.inc - Override the behavior of title(). Get the title of the node.
- views_handler_argument_term_node_tid_depth::title in core/
modules/ taxonomy/ views/ views_handler_argument_term_node_tid_depth.inc - Get the title this argument will assign the view, given the argument.
- views_plugin_argument_validate_taxonomy_term::validate_argument in core/
modules/ taxonomy/ views/ views_plugin_argument_validate_taxonomy_term.inc