function TaxonomyQueryAlterTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 2115

Class

TaxonomyQueryAlterTestCase
Tests that appropriate query tags are added.

Code

public static function getInfo() {
    return array(
        'name' => 'Taxonomy query tags',
        'description' => 'Verifies that taxonomy_term_access tags are added to queries.',
        'group' => 'Taxonomy',
    );
}

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