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.
- NavigationSectionStorage::save in core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php - Saves the sections.
- NodeTypeForm::save in core/
modules/ node/ src/ NodeTypeForm.php - Form submission handler for the 'save' action.
- TermForm::save in core/
modules/ taxonomy/ src/ TermForm.php - Form submission handler for the 'save' action.
- VocabularyForm::save in core/
modules/ taxonomy/ src/ VocabularyForm.php - Form submission handler for the 'save' action.