You are here

public function EntityAPIControllerInterface::delete in Entity API 7

Delete permanently saved entities.

In case of failures, an exception is thrown.

Parameters

$ids: An array of entity IDs.

1 method overrides EntityAPIControllerInterface::delete()
EntityAPIController::delete in includes/entity.controller.inc
Implements EntityAPIControllerInterface.

File

includes/entity.controller.inc, line 22
Provides a controller building upon the core controller but providing more features like full CRUD functionality.

Class

EntityAPIControllerInterface
Interface for EntityControllers compatible with the entity API.

Code

public function delete($ids);