12 calls to taxonomy_term_load_multiple()

hook_field_formatter_prepare_view in drupal/modules/field/field.api.php
Allow formatters to load information for field values being displayed.
MenuBreadcrumbTestCase::testBreadCrumbs in drupal/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in drupal/modules/taxonomy/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyTermFunctionTestCase::testTermDelete in drupal/modules/taxonomy/taxonomy.test
taxonomy_autocomplete_validate in drupal/modules/taxonomy/taxonomy.module
Form element validate handler for taxonomy term autocomplete element.
taxonomy_field_formatter_prepare_view in drupal/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_prepare_view().
taxonomy_field_validate in drupal/modules/taxonomy/taxonomy.module
Implements hook_field_validate().
taxonomy_get_children in drupal/modules/taxonomy/taxonomy.module
Finds all children of a term ID.
taxonomy_get_parents in drupal/modules/taxonomy/taxonomy.module
Finds all parents of a given term ID.
taxonomy_get_term_by_name in drupal/modules/taxonomy/taxonomy.module
Try to map a string to an existing term, as for glossary use.
taxonomy_get_tree in drupal/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_term_load in drupal/modules/taxonomy/taxonomy.module
Return the term object matching a term ID.