function TaxonomyHooksTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 1469

Class

TaxonomyHooksTestCase
Tests for taxonomy hook invocation.

Code

public static function getInfo() {
    return array(
        'name' => 'Taxonomy term hooks',
        'description' => 'Hooks for taxonomy term load/save/delete.',
        'group' => 'Taxonomy',
    );
}

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