Defines a common interface for entity storage controllers.
Implemented by
Hierarchy
- interface EntityControllerInterface
- interface EntityStorageControllerInterface
Expanded class hierarchy of EntityStorageControllerInterface
File
- core/
modules/ entity/ entity.controller.inc, line 651 - Entity API controller classes and interface.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityControllerInterface:: |
public | function | Builds a structured array representing the entity's content. |
EntityControllerInterface:: |
public | function | Loads one or more entities. |
EntityControllerInterface:: |
public | function | Resets the internal, static entity cache. |
EntityControllerInterface:: |
public | function | Resets the internal, static entity cache. |
EntityControllerInterface:: |
public | function | Creates a rendered entity. |
EntityStorageControllerInterface:: |
public | function | Constructs a new entity object, without permanently saving it. |
EntityStorageControllerInterface:: |
public | function | Deletes permanently saved entities. |
EntityStorageControllerInterface:: |
public | function | Saves the entity permanently. |