Search for postSave

  1. Search 7.x for postSave
  2. Search 9.5.x for postSave
  3. Search 8.9.x for postSave
  4. Search 11.x for postSave
  5. Other projects
Title Object type File name Summary
Block::postSave function core/modules/block/src/Entity/Block.php Acts on a saved entity before the insert or update hook is invoked.
BlockContent::postSave function core/modules/block_content/src/Entity/BlockContent.php Acts on a saved entity before the insert or update hook is invoked.
Comment::postSave function core/modules/comment/src/Entity/Comment.php Acts on a saved entity before the insert or update hook is invoked.
ConfigEntityBundleBase::postSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on a saved entity before the insert or update hook is invoked.
ConfigTest::postSave function 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 function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on a saved entity before the insert or update hook is invoked.
ContentEntityBase::postSave function core/lib/Drupal/Core/Entity/ContentEntityBase.php Acts on a saved entity before the insert or update hook is invoked.
ContentEntityStorageBase::doPostSave function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Performs post save entity processing.
ContentEntityStorageBase::invokeFieldPostSave function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes the post save method on the Field objects within an entity.
EntityBase::postSave function core/lib/Drupal/Core/Entity/EntityBase.php Acts on a saved entity before the insert or update hook is invoked.
EntityInterface::postSave function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on a saved entity before the insert or update hook is invoked.
EntityStorageBase::doPostSave function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs post save entity processing.
EntityUnitTest::testPostSave function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postSave
EntityUnitTest::testPostSaveBundle function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postSave
EntityViewDisplay::postSave function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Acts on a saved entity before the insert or update hook is invoked.
FieldConfigBase::postSave function core/lib/Drupal/Core/Field/FieldConfigBase.php Acts on a saved entity before the insert or update hook is invoked.
FieldItemBase::postSave function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom post-save behavior for field values.
FieldItemInterface::postSave function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom post-save behavior for field values.
FieldItemList::postSave function core/lib/Drupal/Core/Field/FieldItemList.php Defines custom post-save behavior for field values.
FieldItemListInterface::postSave function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom post-save behavior for field values.
FieldStorageConfig::postSave function core/modules/field/src/Entity/FieldStorageConfig.php Acts on a saved entity before the insert or update hook is invoked.
FieldTestItem::postSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom post-save behavior for field values.
FileFieldItemList::postSave function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom post-save behavior for field values.
FilterFormat::postSave function core/modules/filter/src/Entity/FilterFormat.php Acts on a saved entity before the insert or update hook is invoked.
ImageStyle::postSave function core/modules/image/src/Entity/ImageStyle.php Acts on a saved entity before the insert or update hook is invoked.
Media::postSave function core/modules/media/src/Entity/Media.php Acts on a saved entity before the insert or update hook is invoked.
MenuLinkContent::postSave function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Acts on a saved entity before the insert or update hook is invoked.
Node::postSave function core/modules/node/src/Entity/Node.php Acts on a saved entity before the insert or update hook is invoked.
NodeType::postSave function core/modules/node/src/Entity/NodeType.php Acts on a saved entity before the insert or update hook is invoked.
PathAlias::postSave function core/modules/path_alias/src/Entity/PathAlias.php Acts on a saved entity before the insert or update hook is invoked.
PathItem::postSave function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Defines custom post-save behavior for field values.
RestResourceConfig::postSave function core/modules/rest/src/Entity/RestResourceConfig.php Acts on a saved entity before the insert or update hook is invoked.
SearchPage::postSave function core/modules/search/src/Entity/SearchPage.php Acts on a saved entity before the insert or update hook is invoked.
Shortcut::postSave function core/modules/shortcut/src/Entity/Shortcut.php Acts on a saved entity before the insert or update hook is invoked.
ShortcutSet::postSave function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on a saved entity before the insert or update hook is invoked.
User::postSave function core/modules/user/src/Entity/User.php Acts on a saved entity before the insert or update hook is invoked.
View::postSave function core/modules/views/src/Entity/View.php Acts on a saved entity before the insert or update hook is invoked.
ViewUI::postSave function core/modules/views_ui/src/ViewUI.php Acts on a saved entity before the insert or update hook is invoked.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.