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.
File
-
core/
includes/ common.inc, line 49
Code
const SAVED_NEW = 1;