28 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.
- ConfigEntityStorageTest::testSaveRename in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php - @covers ::save @covers ::doSave
- ConfigEntityStorageTest::testSaveUpdate in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php - @covers ::save @covers ::doSave
- ConfigEntityTest::testCRUD in core/
modules/ config/ tests/ src/ Functional/ ConfigEntityTest.php - Tests CRUD operations.
- ConfigTestForm::save in core/
modules/ config/ tests/ config_test/ src/ ConfigTestForm.php - Form submission handler for the 'save' action.
- 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.
- ConvertTest::testConvertFileInRoot in core/
modules/ image/ tests/ src/ Functional/ ImageEffect/ ConvertTest.php - Tests that files stored in the root folder are converted properly.
- DateFormatFormBase::save in core/
modules/ system/ src/ Form/ DateFormatFormBase.php - Form submission handler for the 'save' action.
- FeedForm::save in core/
modules/ aggregator/ src/ FeedForm.php - Form submission handler for the 'save' action.
- ForumForm::save in core/
modules/ forum/ src/ Form/ ForumForm.php - Form submission handler for the 'save' action.
- KeyValueContentEntityStorageTest::testCRUD in core/
tests/ Drupal/ KernelTests/ Core/ KeyValueStore/ KeyValueContentEntityStorageTest.php - Tests CRUD operations.
- KeyValueEntityStorage::doSave in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorage.php - Performs storage-specific saving of the entity.
- KeyValueEntityStorageTest::testSaveRenameConfigEntity in core/
tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php - @covers ::save @covers ::doSave
- KeyValueEntityStorageTest::testSaveUpdate in core/
tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php - @covers ::save @covers ::doSave
- MediaSourceOEmbedVideoTest::testMediaOEmbedVideoSource in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceOEmbedVideoTest.php - Tests the oembed media source.
- 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.
- 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.
- SimpleConfigSectionStorage::save in core/
modules/ layout_builder/ tests/ modules/ layout_builder_test/ src/ Plugin/ SectionStorage/ SimpleConfigSectionStorage.php - Saves the sections.
- TermForm::save in core/
modules/ taxonomy/ src/ TermForm.php - Form submission handler for the 'save' action.
- UserSaveStatusTest::testUserSaveStatus in core/
modules/ user/ tests/ src/ Kernel/ UserSaveStatusTest.php - Tests SAVED_NEW and SAVED_UPDATED statuses for user entity type.
- 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.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.