function TaxonomyEFQTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 2061

Class

TaxonomyEFQTestCase
Tests the functionality of EntityFieldQuery for taxonomy entities.

Code

public static function getInfo() {
    return array(
        'name' => 'Taxonomy EntityFieldQuery',
        'description' => 'Verifies operation of a taxonomy-based EntityFieldQuery.',
        'group' => 'Taxonomy',
    );
}

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