function EntityBase::postSave
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postSave()
- 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postSave()
- 11.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postSave()
Overrides EntityInterface::postSave
11 calls to EntityBase::postSave()
- Block::postSave in core/
modules/ block/ src/ Entity/ Block.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigEntityBundleBase::postSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigurableLanguage::postSave in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Acts on a saved entity before the insert or update hook is invoked.
- ContentEntityBase::postSave in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Acts on a saved entity before the insert or update hook is invoked.
- EntityViewDisplay::postSave in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewDisplay.php - Acts on a saved entity before the insert or update hook is invoked.
14 methods override EntityBase::postSave()
- Block::postSave in core/
modules/ block/ src/ Entity/ Block.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigEntityBundleBase::postSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigTest::postSave in core/
modules/ config/ tests/ config_test/ src/ Entity/ ConfigTest.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigurableLanguage::postSave in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Acts on a saved entity before the insert or update hook is invoked.
- ContentEntityBase::postSave in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Acts on a saved entity before the insert or update hook is invoked.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityBase.php, line 391
Class
- EntityBase
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
public function postSave(EntityStorageInterface $storage, $update = TRUE) {
$this->invalidateTagsOnSave($update);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.