public function EntityCacheUserController::load in Entity cache 7
Implements DrupalEntityControllerInterface::load().
Overrides DrupalDefaultEntityController::load
File
- includes/
entitycache.user.inc, line 31 - User entity controller with persistent cache.
Class
- EntityCacheUserController
- User entity controller with persistent cache.
Code
public function load($ids = array(), $conditions = array()) {
return EntityCacheControllerHelper::entityCacheLoad($this, $ids, $conditions);
}