12 calls to taxonomy_term_load_multiple()
- 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.
- TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in modules/
taxonomy/ taxonomy.test - Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
- TaxonomyTermFunctionTestCase::testTermDelete in modules/
taxonomy/ taxonomy.test - 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_children in modules/
taxonomy/ taxonomy.module - Finds all children of a term ID.
- taxonomy_get_parents in modules/
taxonomy/ taxonomy.module - Finds all parents of a given term ID.
- taxonomy_get_term_by_name in modules/
taxonomy/ taxonomy.module - Try to map a string to an existing term, as for glossary use.
- taxonomy_get_tree in modules/
taxonomy/ taxonomy.module - Create a hierarchical representation of a vocabulary.
- taxonomy_term_load in modules/
taxonomy/ taxonomy.module - Return the term object matching a term ID.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.