1.20.x entity.controller.inc | protected EntityDatabaseStorageController::postDelete($entities) |
Acts on deleted entities before the delete hook is invoked.
Used after the entities are deleted but before invoking the delete hook.
File
- modules/
entity/ entity.controller.inc, line 711 - Entity API controller classes and interface.
Class
- EntityDatabaseStorageController
- Implements the entity storage controller interface for the database.
Code
protected function postDelete($entities) {
}