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 11.x for _save
  5. Other projects
Title Object type File name Summary
ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testPreSaveDuringSync function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::preSave[[api-linebreak]]
ConfigEntityBaseUnitTest::testPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::preSave[[api-linebreak]]
@dataProvider providerTestSetAndPreSaveWithPluginCollections
ConfigEntityBundleBase::postSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on a saved entity before the insert or update hook is invoked.
ConfigEntityBundleBase::preSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on an entity before the presave hook is invoked.
ConfigEntityStorage::doSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Performs storage-specific saving of the entity.
ConfigEntityStorage::save function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Implements Drupal\Core\Entity\EntityStorageInterface::save().
ConfigEntityStorageTest::testSaveChangedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
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.
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.
config_test_config_test_presave function core/modules/config/tests/config_test/config_test.hooks.inc Implements hook_config_test_presave().
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.

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