1 entity.controller.inc protected EntityDatabaseStorageController::preDelete($entities)

Acts on entities before they are deleted.

Used before the entities are deleted and before invoking the delete hook.

File

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

Class

EntityDatabaseStorageController
Implements the entity storage controller interface for the database.

Code

protected function preDelete($entities) {
}