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
ConfigEntityStorageTest::testSaveDuplicate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
ConfigEntityStorageTest::testSaveInsert function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
ConfigEntityStorageTest::testSaveInvalid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
ConfigEntityStorageTest::testSaveMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
ConfigEntityStorageTest::testSaveNoMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
ConfigEntityStorageTest::testSaveRename function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
ConfigEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
ConfigEvents::SAVE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when saving a configuration object.
ConfigFactory::onConfigSave function core/lib/Drupal/Core/Config/ConfigFactory.php Updates stale static cache entries when configuration is saved.
ConfigFactoryOverrideBase::onConfigSave function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration save.
ConfigSchemaChecker::onConfigSave function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Checks that configuration complies with its schema on config save.
ConfigSchemaTest::testConfigSaveMappingSort function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Test configuration value data type enforcement using schemas.
ConfigSchemaTest::testConfigSaveWithSchema function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests configuration value data type enforcement using schemas.
ConfigSchemaTest::testConfigSaveWithSequenceSorting function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests configuration sequence sorting using schemas.
ConfigSchemaTest::testConfigSaveWithWrappingSchema function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests saving config when the type is wrapped by a dynamic type.
ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests dynamic config schema type with multiple sub-key references.
ConfigSubscriber::onConfigSave function core/modules/language/src/EventSubscriber/ConfigSubscriber.php Causes the container to be rebuilt on the next request.
ConfigTest::postSave function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Acts on a saved entity before the insert or update hook is invoked.
ConfigTest::testSaveExisting function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::save[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTest::testSaveNew function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::save[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTestForm::save function core/modules/config/tests/config_test/src/ConfigTestForm.php Form submission handler for the 'save' action.
ConfigTestHooksHooks::configTestPresave function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_presave().
ConfigTranslationUiSiteInformationTest::testSourceValueDuplicateSave function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiSiteInformationTest.php Tests the site information translation interface.
ConfigurableLanguage::$preSaveMultilingual property core/modules/language/src/Entity/ConfigurableLanguage.php Used during saving to detect when the site becomes multilingual.
ConfigurableLanguage::postSave function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on a saved entity before the insert or update hook is invoked.
ConfigurableLanguage::preSave function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on an entity before the presave hook is invoked.
ConfigurableLanguageManager::saveLanguageTypesConfiguration function core/modules/language/src/ConfigurableLanguageManager.php Stores language types configuration.
ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration function core/modules/language/src/ConfigurableLanguageManagerInterface.php Stores language types configuration.
Connection::$savepoints property core/modules/pgsql/src/Driver/Database/pgsql/Connection.php An array of transaction savepoints.
Connection::addSavepoint function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Add a new savepoint with a unique name.
Connection::releaseSavepoint function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Release a savepoint by name.
Connection::rollbackSavepoint function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Rollback a savepoint by name if it exists.
ContactFormEditForm::save function core/modules/contact/src/ContactFormEditForm.php Form submission handler for the 'save' action.
ContentEntityBase::postSave function core/lib/Drupal/Core/Entity/ContentEntityBase.php Acts on a saved entity before the insert or update hook is invoked.
ContentEntityBase::preSave function core/lib/Drupal/Core/Entity/ContentEntityBase.php Acts on an entity before the presave hook is invoked.
ContentEntityBase::preSaveRevision function core/lib/Drupal/Core/Entity/ContentEntityBase.php Acts on a revision before it gets saved.
ContentEntityBaseUnitTest::testPreSaveRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::preSaveRevision[[api-linebreak]]
ContentEntityConfirmFormBase::save function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The save() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that saves the entity.
ContentEntityNullStorage::doSave function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Performs storage-specific saving of the entity.
ContentEntityNullStorage::doSaveFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Writes entity field values to the storage.
ContentEntityNullStorage::save function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Saves the entity permanently.
ContentEntityStorageBase::doPostSave function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Performs post save entity processing.
ContentEntityStorageBase::doPreSave function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Performs presave entity processing.
ContentEntityStorageBase::doSave function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Performs storage-specific saving of the entity.
ContentEntityStorageBase::doSaveFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Writes entity field values to the storage.
ContentEntityStorageBase::invokeFieldPostSave function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes the post save method on the Field objects within an entity.
ContentLanguageSettings::preSave function core/modules/language/src/Entity/ContentLanguageSettings.php Acts on an entity before the presave hook is invoked.
ContentModerationHooks::entityPresave function core/modules/content_moderation/src/Hook/ContentModerationHooks.php Implements hook_entity_presave().
ContentModerationResaveTest class core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php Tests Content Moderation with entities that get re-saved automatically.
ContentModerationResaveTest.php file core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php

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