1 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

core/modules/entity/entity.controller.inc, line 824
Entity API controller classes and interface.

Class

EntityDatabaseStorageController
Implements the entity storage controller interface for the database.

Code

protected function postDelete($entities) {
}