Acts on entities before they are deleted.
Used before the entities are deleted and before invoking the delete hook.
File
- drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 428
- 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) {
}