You are here

public function EntityCacheTaxonomyVocabularyController::load in Entity cache 7

Implements DrupalEntityControllerInterface::load().

Overrides DrupalDefaultEntityController::load

File

includes/entitycache.taxonomy.inc, line 60
Taxonomy entity controllers with persistent cache.

Class

EntityCacheTaxonomyVocabularyController
Taxonomy vocabulary entity controller class with persistent cache.

Code

public function load($ids = array(), $conditions = array()) {
  return EntityCacheControllerHelper::entityCacheLoad($this, $ids, $conditions);
}