11 calls to EntityBase::postSave() in Drupal 9
- 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.
- FilterFormat::postSave in core/
modules/ filter/ src/ Entity/ FilterFormat.php - Acts on a saved entity before the insert or update hook is invoked.
- ImageStyle::postSave in core/
modules/ image/ src/ Entity/ ImageStyle.php - Acts on a saved entity before the insert or update hook is invoked.
- RdfMapping::postSave in core/
modules/ rdf/ src/ Entity/ RdfMapping.php - Acts on a saved entity before the insert or update hook is invoked.
- RestResourceConfig::postSave in core/
modules/ rest/ src/ Entity/ RestResourceConfig.php - Acts on a saved entity before the insert or update hook is invoked.
- SearchPage::postSave in core/
modules/ search/ src/ Entity/ SearchPage.php - Acts on a saved entity before the insert or update hook is invoked.
- View::postSave in core/
modules/ views/ src/ Entity/ View.php - Acts on a saved entity before the insert or update hook is invoked.