Search for save
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections | function | core/ |
|
| ConfigEntityBaseUnitTest::testPreSaveDuringSync | function | core/ |
@covers ::preSave[[api-linebreak]] |
| ConfigEntityBaseUnitTest::testPreSaveWithPluginCollections | function | core/ |
@covers ::preSave[[api-linebreak]] @dataProvider providerTestSetAndPreSaveWithPluginCollections |
| ConfigEntityBundleBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| ConfigEntityBundleBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| ConfigEntityStorage::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| ConfigEntityStorage::save | function | core/ |
Implements Drupal\Core\Entity\EntityStorageInterface::save(). |
| ConfigEntityStorageTest::testSaveChangedUuid | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| ConfigEntityStorageTest::testSaveDuplicate | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| ConfigEntityStorageTest::testSaveInsert | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| ConfigEntityStorageTest::testSaveInvalid | function | core/ |
@covers ::save[[api-linebreak]] |
| ConfigEntityStorageTest::testSaveMismatch | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| ConfigEntityStorageTest::testSaveNoMismatch | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| ConfigEntityStorageTest::testSaveRename | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| ConfigEntityStorageTest::testSaveUpdate | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| ConfigEvents::SAVE | constant | core/ |
Name of the event fired when saving a configuration object. |
| ConfigFactory::onConfigSave | function | core/ |
Updates stale static cache entries when configuration is saved. |
| ConfigFactoryOverrideBase::onConfigSave | function | core/ |
Actions to be performed to configuration override on configuration save. |
| ConfigSchemaChecker::onConfigSave | function | core/ |
Checks that configuration complies with its schema on config save. |
| ConfigSchemaTest::testConfigSaveMappingSort | function | core/ |
Test configuration value data type enforcement using schemas. |
| ConfigSchemaTest::testConfigSaveWithSchema | function | core/ |
Tests configuration value data type enforcement using schemas. |
| ConfigSchemaTest::testConfigSaveWithSequenceSorting | function | core/ |
Tests configuration sequence sorting using schemas. |
| ConfigSchemaTest::testConfigSaveWithWrappingSchema | function | core/ |
Tests saving config when the type is wrapped by a dynamic type. |
| ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets | function | core/ |
Tests dynamic config schema type with multiple sub-key references. |
| ConfigSubscriber::onConfigSave | function | core/ |
Causes the container to be rebuilt on the next request. |
| ConfigTest::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| ConfigTest::testSaveExisting | function | core/ |
@covers ::save[[api-linebreak]] @dataProvider nestedDataProvider |
| ConfigTest::testSaveNew | function | core/ |
@covers ::save[[api-linebreak]] @dataProvider nestedDataProvider |
| ConfigTestForm::save | function | core/ |
Form submission handler for the 'save' action. |
| ConfigTranslationUiSiteInformationTest::testSourceValueDuplicateSave | function | core/ |
Tests the site information translation interface. |
| ConfigurableLanguage::$preSaveMultilingual | property | core/ |
Used during saving to detect when the site becomes multilingual. |
| ConfigurableLanguage::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| ConfigurableLanguage::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| ConfigurableLanguageManager::saveLanguageTypesConfiguration | function | core/ |
Stores language types configuration. |
| ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration | function | core/ |
Stores language types configuration. |
| config_test_config_test_presave | function | core/ |
Implements hook_config_test_presave(). |
| Connection::$savepoints | property | core/ |
An array of transaction savepoints. |
| Connection::addSavepoint | function | core/ |
Add a new savepoint with a unique name. |
| Connection::releaseSavepoint | function | core/ |
Release a savepoint by name. |
| Connection::rollbackSavepoint | function | core/ |
Rollback a savepoint by name if it exists. |
| ContactFormEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| ContentEntityBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| ContentEntityBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| ContentEntityBase::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
| ContentEntityBaseUnitTest::testPreSaveRevision | function | core/ |
@covers ::preSaveRevision[[api-linebreak]] |
| ContentEntityConfirmFormBase::save | function | core/ |
The save() method is not used in ContentEntityConfirmFormBase. This overrides the default implementation that saves the entity. |
| ContentEntityNullStorage::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| ContentEntityNullStorage::doSaveFieldItems | function | core/ |
Writes entity field values to the storage. |
| ContentEntityNullStorage::save | function | core/ |
Saves the entity permanently. |
| ContentEntityStorageBase::doPostSave | function | core/ |
Performs post save entity processing. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.