function EntityBase::postDelete

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postDelete()
  2. 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postDelete()
  3. 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postDelete()
7 calls to EntityBase::postDelete()
ConfigEntityBundleBase::postDelete in core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php
ConfigTest::postDelete in core/modules/config/tests/config_test/src/Entity/ConfigTest.php
ConfigurableLanguage::postDelete in core/modules/language/src/Entity/ConfigurableLanguage.php
ImageStyle::postDelete in core/modules/image/src/Entity/ImageStyle.php
RestResourceConfig::postDelete in core/modules/rest/src/Entity/RestResourceConfig.php

... See full list

1 method overrides EntityBase::postDelete()
User::postDelete in core/modules/user/src/Entity/User.php
Acts on deleted entities before the delete hook is invoked.

File

core/lib/Drupal/Core/Entity/EntityBase.php, line 416

Class

EntityBase
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public static function postDelete(EntityStorageInterface $storage, array $entities) {
  static::invalidateTagsOnDelete($storage->getEntityType(), $entities);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.