class TestTaxonomyTermController
Test controller class for taxonomy terms.
The main purpose is to make cacheGet() method available for testing.
Hierarchy
- class \DrupalDefaultEntityController extends \DrupalEntityControllerInterface
- class \TaxonomyTermController implements \DrupalDefaultEntityController
- class \TestTaxonomyTermController implements \TaxonomyTermController
- class \TaxonomyTermController implements \DrupalDefaultEntityController
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.