protected function ConfigStorageController::postSave

Acts on a saved entity before the insert or update hook is invoked.

Used after the entity is saved, but before invoking the insert or update hook.

Parameters

EntityInterface $entity: The entity to act on.

$update: (bool) TRUE if the entity has been updated, or FALSE if it has been inserted.

7 calls to ConfigStorageController::postSave()
7 methods override ConfigStorageController::postSave()

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 420
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 postSave(EntityInterface $entity, $update) {
}