6 calls to taxonomy_term_load_multiple()

LoadMultipleTest::testTaxonomyTermMultipleLoad in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyFormatterBase::prepareView in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::prepareView().
taxonomy_field_validate in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_field_validate().
taxonomy_get_tree in drupal/core/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_term_load_children in drupal/core/modules/taxonomy/taxonomy.module
Finds all children of a term ID.
taxonomy_term_load_parents in drupal/core/modules/taxonomy/taxonomy.module
Finds all parents of a given term ID.