Search for save

  1. Search 7.x for save
  2. Search 8.9.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
ConfigEntityStorageTest::testSaveDuplicate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveInsert function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveInvalid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
ConfigEntityStorageTest::testSaveMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveNoMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveRename function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
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
@dataProvider nestedDataProvider
ConfigTest::testSaveNew function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::save
@dataProvider nestedDataProvider
ConfigTestForm::save function core/modules/config/tests/config_test/src/ConfigTestForm.php Form submission handler for the 'save' action.
ConfigTranslationUiTest::testSourceValueDuplicateSave function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.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.
config_test_config_test_presave function core/modules/config/tests/config_test/config_test.hooks.inc Implements hook_config_test_presave().
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
ContentEntityBaseUnitTest::testPreSaveRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::preSaveRevision
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.
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
ContentModerationResaveTest::$contentModerationStateStorage property core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php The content moderation state entity storage.
ContentModerationResaveTest::$entityStorage property core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php The entity storage for the entity type used in the test.

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