File
- drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php, line 15
- Definition of Drupal\taxonomy\Tests\TermIndexTest.
Class
- TermIndexTest
- Tests the hook implementations that maintain the taxonomy index.
Namespace
Drupal\taxonomy\Tests
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy term index',
'description' => 'Tests the hook implementations that maintain the taxonomy index.',
'group' => 'Taxonomy',
);
}