You are here

public function EntityCacheCommentController::load in Entity cache 7

Implements DrupalEntityControllerInterface::load().

Overrides DrupalDefaultEntityController::load

File

includes/entitycache.comment.inc, line 31
Comment entity controller with persistent cache.

Class

EntityCacheCommentController
Comment entity controller class with persistent cache.

Code

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