Defines a common interface for entity storage controllers.
Implemented by
Hierarchy
- interface EntityControllerInterface
- interface EntityStorageControllerInterface
Expanded class hierarchy of EntityStorageControllerInterface
File
- modules/
entity/ entity.controller.inc, line 538 - Entity API controller classes and interface.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
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. |
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. |