- hook_field_formatter_prepare_view in core/
modules/ field/ field.api.php - Allow formatters to load information for field values being displayed.
- MenuBreadcrumbTestCase::testBreadCrumbs in core/
modules/ simpletest/ tests/ menu.test - Tests breadcrumbs on node and administrative paths.
- 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().
- TaxonomyTermUnitTest::testTermDelete in core/
modules/ taxonomy/ tests/ taxonomy.test - taxonomy_autocomplete_validate in core/
modules/ taxonomy/ taxonomy.module - Form element validate handler for taxonomy term autocomplete element.
- taxonomy_field_formatter_prepare_view in core/
modules/ taxonomy/ taxonomy.module - Implements hook_field_formatter_prepare_view().
- taxonomy_field_validate in core/
modules/ taxonomy/ taxonomy.module - Implements hook_field_validate().
- taxonomy_get_tree in core/
modules/ taxonomy/ taxonomy.module - Create a hierarchical representation of a vocabulary.
- taxonomy_path_bulk_update_batch_process in core/
modules/ taxonomy/ taxonomy.path.inc - Batch processing callback; Generate URL aliases for taxonomy terms.
- taxonomy_term_load in core/
modules/ taxonomy/ taxonomy.module - Return the taxonomy term entity matching a term ID.
- taxonomy_term_load_children in core/
modules/ taxonomy/ taxonomy.module - Finds all children of a term ID.
- taxonomy_term_load_multiple_by_name in core/
modules/ taxonomy/ taxonomy.module - Try to map a string to an existing term, as for glossary use.
- taxonomy_term_load_parents in core/
modules/ taxonomy/ taxonomy.module - Finds all parents of a given term ID.
- views_ui_taxonomy_autocomplete_validate in core/
modules/ views_ui/ views_ui.admin.inc - Form element validation handler for a taxonomy autocomplete field.