function EntityBase::postSave

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postSave()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postSave()
  3. 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postSave()

Overrides EntityInterface::postSave

10 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.

... See full list

13 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.

... See full list

File

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

Class

EntityBase
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

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.