public function EntityInterface::delete in Entity API 7
Permanently deletes the entity.
See also
1 method overrides EntityInterface::delete()
- Entity::delete in includes/
entity.inc - Permanently deletes the entity.
File
- includes/
entity.inc, line 110 - Provides a base class for entities.
Class
- EntityInterface
- Interface for class based entities.
Code
public function delete();