function EntityBase::postDelete
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postDelete()
- 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postDelete()
- 11.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postDelete()
Overrides EntityInterface::postDelete
5 calls to EntityBase::postDelete()
- Comment::postDelete in core/
modules/ comment/ src/ Entity/ Comment.php - ConfigEntityBundleBase::postDelete in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - Feed::postDelete in core/
modules/ aggregator/ src/ Entity/ Feed.php - Term::postDelete in core/
modules/ taxonomy/ src/ Entity/ Term.php - User::postDelete in core/
modules/ user/ src/ Entity/ User.php
19 methods override EntityBase::postDelete()
- BaseFieldOverride::postDelete in core/
lib/ Drupal/ Core/ Field/ Entity/ BaseFieldOverride.php - BlockContent::postDelete in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Acts on deleted entities before the delete hook is invoked.
- Comment::postDelete in core/
modules/ comment/ src/ Entity/ Comment.php - ConfigEntityBundleBase::postDelete in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - ConfigTest::postDelete in core/
modules/ config/ tests/ config_test/ src/ Entity/ ConfigTest.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\EntityCode
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.