1 entity_example.inc | public EntityExampleBasicControllerInterface::delete($entity) |
Delete an entity.
Parameters
object $entity: The entity to delete.
File
- modules/
examples/ entity_example/ entity_example.inc, line 103
Class
- EntityExampleBasicControllerInterface
- EntityExampleBasicControllerInterface definition.
Code
public function delete($entity);