Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. common.inc

SAVED_UPDATED

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

16 uses of SAVED_UPDATED
BlockContentTypeForm::save in core/modules/block_content/src/BlockContentTypeForm.php
Form submission handler for the 'save' action.
CommentTypeForm::save in core/modules/comment/src/CommentTypeForm.php
Form submission handler for the 'save' action.
ConfigEntityStorage::doSave in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
Performs storage-specific saving of the entity.
ContactFormEditForm::save in core/modules/contact/src/ContactFormEditForm.php
Form submission handler for the 'save' action.
ContentEntityStorageBase::doSave in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Performs storage-specific saving of the entity.

... See full list

File

core/includes/common.inc, line 54

Code

const SAVED_UPDATED = 2;
RSS feed
Powered by Drupal