protected function ConfigStorageController::postDelete

Acts on deleted entities before the delete hook is invoked.

Used after the entities are deleted but before invoking the delete hook.

5 methods override ConfigStorageController::postDelete()

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 436
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 postDelete($entities) {
}