SAVED_UPDATED

Return status for saving which involved an update to an existing item.

28 uses of SAVED_UPDATED
BlockContentTypeForm::save in core/modules/block_content/src/BlockContentTypeForm.php
CommentTypeForm::save in core/modules/comment/src/CommentTypeForm.php
ConfigEntityStorage::doSave in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
ConfigEntityStorageTest::testSaveRename in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
ConfigEntityStorageTest::testSaveUpdate in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]

... See full list

File

core/includes/common.inc, line 55

Code

const SAVED_UPDATED = 2;

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