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