protected function ConfigStorageController::preDelete

Acts on entities before they are deleted.

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

1 call to ConfigStorageController::preDelete()

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 394
Definition of Drupal\Core\Config\Entity\ConfigStorageController.

Class

ConfigStorageController
Defines the storage controller class for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

protected function preDelete($entities) {
}