function TaxonomyLoadMultipleTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 1403

Class

TaxonomyLoadMultipleTestCase
Test the taxonomy_term_load_multiple() function.

Code

public static function getInfo() {
    return array(
        'name' => 'Taxonomy term multiple loading',
        'description' => 'Test the loading of multiple taxonomy terms at once',
        'group' => 'Taxonomy',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.