You are here

interface WSEntityAPIControllerInterface in Web Service Data 7

Interface for WSEntityControllers compatible with the entity API.

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
DrupalEntityControllerInterface::load public function Loads one or more entities. 1
DrupalEntityControllerInterface::resetCache public function Resets the internal, static entity cache. 1
EntityAPIControllerInterface::buildContent public function Builds a structured array representing the entity's content. 1
EntityAPIControllerInterface::create public function Create a new entity. 1
EntityAPIControllerInterface::delete public function Delete permanently saved entities. 1
EntityAPIControllerInterface::export public function Exports an entity as serialized string. 1
EntityAPIControllerInterface::import public function Imports an entity from a string. 1
EntityAPIControllerInterface::invoke 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::save public function Permanently saves the given entity. 1
EntityAPIControllerInterface::view public function Generate an array for rendering the given entities. 1