function EntityBase::postSave
Same name and namespace in other branches
- 11.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()
- 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::postSave()
9 calls to EntityBase::postSave()
- Block::postSave in core/
modules/ block/ src/ Entity/ Block.php - ConfigEntityBundleBase::postSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - ConfigurableLanguage::postSave in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - FilterFormat::postSave in core/
modules/ filter/ src/ Entity/ FilterFormat.php - ImageStyle::postSave in core/
modules/ image/ src/ Entity/ ImageStyle.php
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.