public function EntityBlockControllerInterface::delete in Entity Blocks 7
Deletes an entity.
Parameters
object $entity: The entity to delete.
1 method overrides EntityBlockControllerInterface::delete()
- EntityBlockController::delete in ./
entity_block.controller.inc - Deletes an entity_block.
File
- ./
entity_block.controller.inc, line 33 - The controller for the EntityBlock entity.
Class
- EntityBlockControllerInterface
- Interface for Entity Block.
Code
public function delete($entity);