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

Breadcrumb

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

SAVED_NEW

Return status for saving which involved creating a new item.

9 uses of SAVED_NEW
ConfigEntityStorage::doSave in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
Performs storage-specific saving of the entity.
ContentEntityStorageBase::doSave in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Performs storage-specific saving of the entity.
KeyValueEntityStorage::doSave in core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
Performs storage-specific saving of the entity.
MediaForm::save in core/modules/media/src/MediaForm.php
Form submission handler for the 'save' action.
MediaTypeForm::save in core/modules/media/src/MediaTypeForm.php
Form submission handler for the 'save' action.

... See full list

File

core/includes/common.inc, line 49

Code

const SAVED_NEW = 1;
RSS feed
Powered by Drupal