function TestTaxonomyTermController::loadFromCache

File

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

Class

TestTaxonomyTermController
Test controller class for taxonomy terms.

Code

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.