Defines a common interface for entity storage controllers.

Implemented by

Hierarchy

Expanded class hierarchy of EntityStorageControllerInterface

File

core/modules/entity/entity.controller.inc, line 651
Entity API controller classes and interface.

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
EntityControllerInterface::buildContent public function Builds a structured array representing the entity's content.
EntityStorageControllerInterface::create public function Constructs a new entity object, without permanently saving it.
EntityControllerInterface::view public function Creates a rendered entity.
EntityStorageControllerInterface::delete public function Deletes permanently saved entities.
EntityControllerInterface::load public function Loads one or more entities.
EntityControllerInterface::resetCache public function Resets the internal, static entity cache.
EntityControllerInterface::resetStaticCache public function Resets the internal, static entity cache.
EntityStorageControllerInterface::save public function Saves the entity permanently.