Search for save

  1. Search 7.x for save
  2. Search 9.5.x for save
  3. Search 10.3.x for save
  4. Search 11.x for save
  5. Other projects
Title Object type File name Summary
SqlContentEntityStorageSchema::saveEntitySchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Stores schema data for the given entity type definition.
SqlContentEntityStorageSchema::saveFieldSchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Stores schema data for the given field storage definition.
StandardProfileTest::saveComment function core/modules/rdf/tests/src/Functional/StandardProfileTest.php Creates a comment entity.
StaticMenuLinkOverrides::saveOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Saves the override.
StaticMenuLinkOverridesInterface::saveOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Saves the override.
StaticMenuLinkOverridesTest::testSaveOverride function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the saveOverride method.
StorableConfigBase::save function core/lib/Drupal/Core/Config/StorableConfigBase.php Saves the configuration object.
StringBase::save function core/modules/locale/src/StringBase.php Saves string object to storage.
StringBaseTest::testSaveWithoutStorage function core/modules/locale/tests/src/Unit/StringBaseTest.php @covers ::save
StringDatabaseStorage::save function core/modules/locale/src/StringDatabaseStorage.php Save string object to storage.
StringInterface::save function core/modules/locale/src/StringInterface.php Saves string object to storage.
StringStorageInterface::save function core/modules/locale/src/StringStorageInterface.php Save string object to storage.
system.action.comment_save_action.yml file core/modules/comment/config/install/system.action.comment_save_action.yml core/modules/comment/config/install/system.action.comment_save_action.yml
system.action.media_save_action.yml file core/modules/media/config/optional/system.action.media_save_action.yml core/modules/media/config/optional/system.action.media_save_action.yml
system.action.node_save_action.yml file core/modules/node/config/install/system.action.node_save_action.yml core/modules/node/config/install/system.action.node_save_action.yml
SystemConfigSubscriber::onConfigSave function core/modules/system/src/SystemConfigSubscriber.php Rebuilds the router when the default or admin theme is changed.
system_entity_form_display_presave function core/modules/system/system.module Implements hook_ENTITY_TYPE_presave() for entity_form_display entities.
system_path_alias_presave function core/modules/system/system.module Implements hook_ENTITY_TYPE_presave().
taxonomy_crud_taxonomy_vocabulary_presave function core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.
Term::preSave function core/modules/taxonomy/src/Entity/Term.php Acts on an entity before the presave hook is invoked.
TermForm::save function core/modules/taxonomy/src/TermForm.php Form submission handler for the 'save' action.
TermTranslationHandler::entityFormSave function core/modules/taxonomy/src/TermTranslationHandler.php Form submission handler for TermTranslationHandler::entityFormAlter().
TestConfigFactoryOverrideBase::onConfigSave function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration save.
TestStateBasedSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Saves the sections.
TestToolkit::save function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Writes an image resource to a destination file.
TimeZoneResolver::onConfigSave function core/modules/system/src/TimeZoneResolver.php Updates the default time zone when time zone config changes.
ToolkitTest::testSave function core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Test the image_save() function.
tour_test_tour_presave function core/modules/tour/tests/tour_test/tour_test.module Implements hook_ENTITY_TYPE_presave() for tour.
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 Test 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 enable.
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.
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.
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 enable.
UserSaveStatusTest::setUp function core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
UserSaveStatusTest::testUserSaveStatus function core/modules/user/tests/src/Kernel/UserSaveStatusTest.php Test 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 enable.
UserSaveTest::testExistingPasswordRemoval function core/modules/user/tests/src/Kernel/UserSaveTest.php Ensures that an existing password is unset after the user was saved.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.