Controller class for users.

This extends the EntityDatabaseStorageController class, adding required special handling for user objects.

Hierarchy

Expanded class hierarchy of UserStorageController

File

core/modules/user/user.entity.inc, line 282
Entity classes and controllers for User module.

Members

Contains filters are case sensitive
Name Modifiers Typesort descending Description
UserStorageController::attachLoad function Overrides EntityDatabaseStorageController::attachLoad(). Overrides DefaultEntityController::attachLoad
UserStorageController::create public function Overrides EntityDatabaseStorageController::create(). Overrides EntityDatabaseStorageController::create
UserStorageController::save public function Overrides EntityDatabaseStorageController::save(). Overrides EntityDatabaseStorageController::save
UserStorageController::preSave protected function Overrides EntityDatabaseStorageController::preSave(). Overrides EntityDatabaseStorageController::preSave
UserStorageController::postSave protected function Overrides EntityDatabaseStorageController::postSave(). Overrides EntityDatabaseStorageController::postSave
UserStorageController::buildContent public function Implements EntityControllerInterface::buildContent(). Overrides DefaultEntityController::buildContent
UserStorageController::view public function Overrides DefaultEntityController::view(). Overrides DefaultEntityController::view
EntityDatabaseStorageController::delete public function Implements EntityStorageControllerInterface::delete(). Overrides EntityStorageControllerInterface::delete
EntityDatabaseStorageController::preDelete protected function Acts on entities before they are deleted.
EntityDatabaseStorageController::postDelete protected function Acts on deleted entities before the delete hook is invoked.
EntityDatabaseStorageController::invokeHook protected function Invokes a hook on behalf of the entity.
DefaultEntityController::__construct public function Implements EntityControllerInterface::__construct().
DefaultEntityController::resetCache public function Implements EntityControllerInterface::resetCache(). Overrides EntityControllerInterface::resetCache
DefaultEntityController::load public function Implements EntityControllerInterface::load(). Overrides EntityControllerInterface::load
DefaultEntityController::buildQuery protected function Builds the query to load the entity.
DefaultEntityController::cacheGet protected function Gets entities from the static cache.
DefaultEntityController::cacheSet protected function Stores entities in the static entity cache.
DefaultEntityController::resetStaticCache public function Implements EntityControllerInterface::resetStaticCache(). Overrides EntityControllerInterface::resetStaticCache
DefaultEntityController::$entityCache protected property Static cache of entities.
DefaultEntityController::$entityType protected property Entity type for this controller instance.
DefaultEntityController::$entityInfo protected property Array of information about the entity.
DefaultEntityController::$hookLoadArguments protected property Additional arguments to pass to hook_TYPE_load().
DefaultEntityController::$idKey protected property Name of the entity's ID field in the entity database table.
DefaultEntityController::$revisionKey protected property Name of entity's revision database table field, if it supports revisions.
DefaultEntityController::$revisionTable protected property The table that stores revisions, if the entity supports revisions.
DefaultEntityController::$persistentCache protected property Whether this entity type should use the persistent entity cache.
DefaultEntityController::$staticCache protected property Whether this entity type should use the static cache.