interface WSEntityAPIControllerInterface in Web Service Data 7
Interface for WSEntityControllers compatible with the entity API.
Hierarchy
- interface \DrupalEntityControllerInterface
- interface \EntityAPIControllerInterface
- interface \WSEntityAPIControllerInterface
- interface \EntityAPIControllerInterface
Expanded class hierarchy of WSEntityAPIControllerInterface
All classes that implement WSEntityAPIControllerInterface
File
- modules/
wsentities/ includes/ wsentity.controller.inc, line 12 - Provides a controller building upon the core controller but providing more features like full CRUD functionality.
View source
interface WSEntityAPIControllerInterface extends EntityAPIControllerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DrupalEntityControllerInterface:: |
public | function | Loads one or more entities. | 1 |
DrupalEntityControllerInterface:: |
public | function | Resets the internal, static entity cache. | 1 |
EntityAPIControllerInterface:: |
public | function | Builds a structured array representing the entity's content. | 1 |
EntityAPIControllerInterface:: |
public | function | Create a new entity. | 1 |
EntityAPIControllerInterface:: |
public | function | Delete permanently saved entities. | 1 |
EntityAPIControllerInterface:: |
public | function | Exports an entity as serialized string. | 1 |
EntityAPIControllerInterface:: |
public | function | Imports an entity from a string. | 1 |
EntityAPIControllerInterface:: |
public | function | Invokes a hook on behalf of the entity. For hooks that have a respective field API attacher like insert/update/.. the attacher is called too. | 1 |
EntityAPIControllerInterface:: |
public | function | Permanently saves the given entity. | 1 |
EntityAPIControllerInterface:: |
public | function | Generate an array for rendering the given entities. | 1 |