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
ImageStyleFormBase::save function core/modules/image/src/Form/ImageStyleFormBase.php Form submission handler for the 'save' action.
ImageTest::testSave function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::save().
ImageTest::testSaveFails function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::save().
ImageToolkitInterface::save function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Writes an image resource to a destination file.
ImmutableConfig::save function core/lib/Drupal/Core/Config/ImmutableConfig.php Saves the configuration object.
ImmutableConfigTest::testSave function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::save
InlineBlock::saveBlockContent function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Saves the block_content entity for this plugin.
InlineBlockEntityOperations::handlePreSave function core/modules/layout_builder/src/InlineBlockEntityOperations.php Handles saving a parent entity.
InlineBlockEntityOperations::removeUnusedForEntityOnSave function core/modules/layout_builder/src/InlineBlockEntityOperations.php Remove all unused inline blocks on save.
InlineBlockEntityOperations::saveInlineBlockComponent function core/modules/layout_builder/src/InlineBlockEntityOperations.php Saves an inline block component.
InlineBlockEntityOperationsTest::testPreSaveWithSyncingEntity function core/modules/layout_builder/tests/src/Unit/InlineBlockEntityOperationsTest.php Tests calling handlePreSave() with an entity that is syncing.
InlineBlockTest::layoutNoSaveProvider function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php Provides test data for ::testNoLayoutSave().
InlineBlockTest::testNoLayoutSave function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php Tests adding a new entity block and then not saving the layout.
InlineBlockTestBase::assertSaveLayout function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Saves a layout and asserts the message is correct.
InstallHelper::saveMediaImageId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Saves a Media Image ID generated when saving a media image.
InstallHelper::saveNodePath function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Saves a node CSV ID generated when saving content.
InstallHelper::saveTermId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Saves a Term ID generated when saving a taxonomy term.
JsonapiTestNonCacheableMethodsHooks::entityPresave function core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php Implements hook_entity_presave().
jsonapi_test_non_cacheable_methods_entity_presave function core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.module Implements hook_entity_presave().
KeyValueEntityStorage::doSave function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific saving of the entity.
KeyValueEntityStorage::save function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Saves the entity permanently.
KeyValueEntityStorageTest::testSaveConfigEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
KeyValueEntityStorageTest::testSaveContentEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
KeyValueEntityStorageTest::testSaveDuplicate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
KeyValueEntityStorageTest::testSaveInsert function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
KeyValueEntityStorageTest::testSaveInvalid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
KeyValueEntityStorageTest::testSaveRenameConfigEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
KeyValueEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
LanguageAddForm::save function core/modules/language/src/Form/LanguageAddForm.php Form submission handler for the 'save' action.
LanguageConfigFactoryOverride::onConfigSave function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Actions to be performed to configuration override on configuration save.
LanguageConfigOverride::save function core/modules/language/src/Config/LanguageConfigOverride.php Saves the configuration object.
LanguageConfigOverrideEvents::SAVE_OVERRIDE constant core/modules/language/src/Config/LanguageConfigOverrideEvents.php The name of the event fired when saving the configuration override.
LanguageConfigOverrideTest::testSaveExisting function core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php @covers ::save
LanguageConfigOverrideTest::testSaveNew function core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php @covers ::save
LanguageEditForm::save function core/modules/language/src/Form/LanguageEditForm.php Form submission handler for the 'save' action.
LanguageNegotiator::saveConfiguration function core/modules/language/src/LanguageNegotiator.php
LanguageNegotiatorInterface::saveConfiguration function core/modules/language/src/LanguageNegotiatorInterface.php Saves a list of language negotiation methods for a language type.
LanguageSwitchingTest::saveNativeLanguageName function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Saves the native name of a language entity in configuration as a label.
LayoutBuilderConfigSubscriber::onConfigSave function core/modules/layout_builder/src/EventSubscriber/LayoutBuilderConfigSubscriber.php Clears the block plugin cache when expose_all_field_blocks changes.
LayoutBuilderEntityFormTrait::saveTasks function core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php Performs tasks that are needed during the save process.
LayoutBuilderEntityViewDisplay::preSave function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Acts on an entity before the presave hook is invoked.
LayoutBuilderEntityViewDisplay::save function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Saves an entity permanently.
LayoutBuilderHooks::entityPresave function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_presave().
LayoutBuilderUiTest::testUnsavedChangesMessage function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests the message indicating unsaved changes.
LayoutSectionItemList::preSave function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Defines custom presave behavior for field values.
LegacyFileSystemTest::testSaveDataWithDeprecatedFileExists function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php @covers ::saveData
LocaleConfigManager::saveTranslationActive function core/modules/locale/src/LocaleConfigManager.php Saves translated configuration data.
LocaleConfigManager::saveTranslationOverride function core/modules/locale/src/LocaleConfigManager.php Saves translated configuration override.
LocaleConfigSubscriber::onConfigSave function core/modules/locale/src/LocaleConfigSubscriber.php Updates the locale strings when a translated active configuration is saved.
LocaleConfigSubscriber::saveCustomizedTranslation function core/modules/locale/src/LocaleConfigSubscriber.php Saves a translation string and marks it as customized.

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