- EntityCrudHookTestCase::testTaxonomyTermHooks in modules/
entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on taxonomy terms.
- taxonomy_field_widget_form in modules/
taxonomy/ taxonomy.module - Implements hook_field_widget_form().
- TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/
taxonomy/ tests/ taxonomy.test - Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
- TaxonomyLoadMultipleUnitTest::testTaxonomyTermMultipleLoad in 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 modules/
taxonomy/ tests/ taxonomy.test - Tests that appropriate tags are added when querying the database.
- taxonomy_term_load_parents_all in modules/
taxonomy/ taxonomy.module - Find all ancestors of a given term ID.
- TaxonomyTermTestCase::testTaxonomyTermHierarchy in modules/
taxonomy/ tests/ taxonomy.test - Test terms in a single and multiple hierarchy.
- views_handler_argument_taxonomy::title in 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 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 modules/
taxonomy/ views/ views_plugin_argument_validate_taxonomy_term.inc