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.
- DateFormatFormBase::save in core/
modules/ system/ src/ Form/ DateFormatFormBase.php - Form submission handler for the 'save' action.
- KeyValueEntityStorage::doSave in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorage.php - Performs storage-specific saving of the entity.
- MediaTypeForm::save in core/
modules/ media/ src/ MediaTypeForm.php - Form submission handler for the 'save' action.
- MenuForm::save in core/
modules/ menu_ui/ src/ MenuForm.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.
- RoleForm::save in core/
modules/ user/ src/ RoleForm.php - Form submission handler for the 'save' action.
- ShortcutForm::save in core/
modules/ shortcut/ src/ ShortcutForm.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.
- WorkspaceForm::save in core/
modules/ workspaces/ src/ Form/ WorkspaceForm.php - Form submission handler for the 'save' action.