You are here

22 uses of SAVED_UPDATED in Zircon Profile 8

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/src/Tests/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.
DateFormatFormBase::save in core/modules/system/src/Form/DateFormatFormBase.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/modules/system/src/Tests/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
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.
TermForm::save in core/modules/taxonomy/src/TermForm.php
Form submission handler for the 'save' action.
UserSaveStatusTest::testUserSaveStatus in core/modules/user/src/Tests/UserSaveStatusTest.php
Test 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.