class TestTaxonomyTermController

Test controller class for taxonomy terms.

The main purpose is to make cacheGet() method available for testing.

Hierarchy

Expanded class hierarchy of TestTaxonomyTermController

File

modules/simpletest/tests/taxonomy_test.module, line 177

View source
class TestTaxonomyTermController extends TaxonomyTermController {
  public function loadFromCache($ids, $conditions = array()) {
    return parent::cacheGet($ids, $conditions);
  }

}

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