function TaxonomyTermIndexTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 1184

Class

TaxonomyTermIndexTestCase
Tests the hook implementations that maintain the taxonomy index.

Code

public static function getInfo() {
    return array(
        'name' => 'Taxonomy term index',
        'description' => 'Tests the hook implementations that maintain the taxonomy index.',
        'group' => 'Taxonomy',
    );
}

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