Search for save

  1. Search 7.x for save
  2. Search 9.5.x for save
  3. Search 8.9.x for save
  4. Search 10.3.x for save
  5. Other projects
Title Object type File name Summary
TransactionTest::testRollbackRootAfterSavepointRollback function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests root transaction rollback after savepoint rollback.
TransactionTest::testRollbackRootWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests root transaction rollback failure when savepoint is open.
TransactionTest::testRollbackSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction rollback.
TransactionTest::testRollbackSavepointWithLaterSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction rollback failure when later savepoints exist.
TransactionTest::testRollbackTwiceSameSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction duplicated rollback.
TranslationString::save function core/modules/locale/src/TranslationString.php Saves string object to storage.
TranslationTest::testTranslatableFieldSaveLoad function core/modules/field/tests/src/Kernel/TranslationTest.php Tests translatable fields storage/retrieval.
UnsavedPreviewTest class core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Tests covering Preview of unsaved Views.
UnsavedPreviewTest.php file core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php
UnsavedPreviewTest::$adminUser property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php An admin user with the 'administer views' permission.
UnsavedPreviewTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php The theme to install as the default for testing.
UnsavedPreviewTest::$modules property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Modules to install.
UnsavedPreviewTest::$testViews property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Views used by this test.
UnsavedPreviewTest::setUp function core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Sets up a Drupal site for running functional and integration tests.
UnsavedPreviewTest::testUnsavedPageDisplayPreview function core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Tests previews of unsaved new page displays.
UpdateRegistry::onConfigSave function core/lib/Drupal/Core/Update/UpdateRegistry.php Processes the list of installed extensions when core.extension changes.
User::postSave function core/modules/user/src/Entity/User.php Acts on a saved entity before the insert or update hook is invoked.
User::preSave function core/modules/user/src/Entity/User.php Acts on an entity before the presave hook is invoked.
UserHooks::userPresave function core/modules/user/src/Hook/UserHooks.php Implements hook_ENTITY_TYPE_presave() for user entities.
UserPictureTest::saveUserPicture function core/modules/user/tests/src/Functional/UserPictureTest.php Edits the user picture for the test user.
UserSaveStatusTest class core/modules/user/tests/src/Kernel/UserSaveStatusTest.php Tests user saving status.
UserSaveStatusTest.php file core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
UserSaveStatusTest::$modules property core/modules/user/tests/src/Kernel/UserSaveStatusTest.php Modules to install.
UserSaveStatusTest::setUp function core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
UserSaveStatusTest::testUserSaveStatus function core/modules/user/tests/src/Kernel/UserSaveStatusTest.php Tests SAVED_NEW and SAVED_UPDATED statuses for user entity type.
UserSaveTest class core/modules/user/tests/src/Kernel/UserSaveTest.php Tests account saving for arbitrary new uid.
UserSaveTest.php file core/modules/user/tests/src/Kernel/UserSaveTest.php
UserSaveTest::$modules property core/modules/user/tests/src/Kernel/UserSaveTest.php Modules to install.
UserSaveTest::testExistingPasswordRemoval function core/modules/user/tests/src/Kernel/UserSaveTest.php Ensures that an existing password is unset after the user was saved.
UserStorage::doSaveFieldItems function core/modules/user/src/UserStorage.php Writes entity field values to the storage.
UserTest::testResaveAccountName function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests users with altered display names.
user_cookie_save function core/modules/user/user.module Saves visitor information as a cookie so it can be reused.
View::postSave function core/modules/views/src/Entity/View.php Acts on a saved entity before the insert or update hook is invoked.
View::preSave function core/modules/views/src/Entity/View.php Acts on an entity before the presave hook is invoked.
ViewEditForm::save function core/modules/views_ui/src/ViewEditForm.php Form submission handler for the 'save' action.
ViewExecutable::save function core/modules/views/src/ViewExecutable.php Saves the view.
views.view.test_views_groupby_save.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml
views.view.test_views_group_by_save.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_group_by_save.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_group_by_save.yml
ViewsBlockTest::testSaveBlockWithDeprecatedItemsPerPageSetting function core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php Tests that saving a Views block with items_per_page = `none` is deprecated.
ViewsEntitySchemaSubscriber::$viewsToSave property core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Array of views that need to be saved, indexed by view name.
ViewsEntitySchemaSubscriberIntegrationTest::testViewSaveException function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests the case when a view could not be updated automatically.
ViewsHooks::blockPresave function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_presave() for blocks.
ViewsHooks::viewPresave function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_presave().
ViewUI::postSave function core/modules/views_ui/src/ViewUI.php Acts on a saved entity before the insert or update hook is invoked.
ViewUI::preSave function core/modules/views_ui/src/ViewUI.php Acts on an entity before the presave hook is invoked.
ViewUI::save function core/modules/views_ui/src/ViewUI.php Saves an entity permanently.
VocabularyForm::save function core/modules/taxonomy/src/VocabularyForm.php Form submission handler for the 'save' action.
Workflow::preSave function core/modules/workflows/src/Entity/Workflow.php Acts on an entity before the presave hook is invoked.
WorkflowAddForm::save function core/modules/workflows/src/Form/WorkflowAddForm.php Form submission handler for the 'save' action.
WorkflowEditForm::save function core/modules/workflows/src/Form/WorkflowEditForm.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.