Search for save

  1. Search 7.x for save
  2. Search 9.5.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
EntityStorageBase::doPreSave function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs presave entity processing.
EntityStorageBase::doSave function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs storage-specific saving of the entity.
EntityStorageBase::save function core/lib/Drupal/Core/Entity/EntityStorageBase.php Saves the entity permanently.
EntityStorageInterface::save function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Saves the entity permanently.
EntityTestForm::save function core/modules/system/tests/modules/entity_test/src/EntityTestForm.php Form submission handler for the 'save' action.
EntityTestMulChanged::save function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php Saves an entity permanently.
EntityTestUpdateStorage::saveToDedicatedTables function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php Saves values of fields that use dedicated tables.
EntityUnitTest::testPostSave function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postSave
EntityUnitTest::testPostSaveBundle function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postSave
EntityUnitTest::testPreSave function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::preSave
EntityUnitTest::testSave function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::save
EntityUser::save function core/modules/user/src/Plugin/migrate/destination/EntityUser.php Saves the entity.
EntityViewDisplay::postSave function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Acts on a saved entity before the insert or update hook is invoked.
entity_crud_hook_test_block_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for block entities.
entity_crud_hook_test_comment_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for comment entities.
entity_crud_hook_test_entity_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_presave().
entity_crud_hook_test_file_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for file entities.
entity_crud_hook_test_node_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for node entities.
entity_crud_hook_test_taxonomy_term_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for taxonomy_term entities.
entity_crud_hook_test_taxonomy_vocabulary_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.
entity_crud_hook_test_user_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for user entities.
entity_test_entity_presave function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_presave().
entity_test_update_view_presave function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_ENTITY_TYPE_presave() for the 'view' entity type.
EventSubscriber::onConfigSave function core/modules/config/tests/config_import_test/src/EventSubscriber.php Reacts to a config save and records information in state for testing.
FeedForm::save function core/modules/aggregator/src/FeedForm.php Form submission handler for the 'save' action.
FieldAttachStorageTest::testFieldAttachSaveEmptyData function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test insert with empty or NULL fields, with default value.
FieldAttachStorageTest::testFieldAttachSaveLoad function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Check field values insert, update and load.
FieldConfig::preSave function core/modules/field/src/Entity/FieldConfig.php Overrides \Drupal\Core\Entity\Entity::preSave().
FieldConfigBase::postSave function core/lib/Drupal/Core/Field/FieldConfigBase.php Acts on a saved entity before the insert or update hook is invoked.
FieldConfigEditForm::save function core/modules/field_ui/src/Form/FieldConfigEditForm.php Form submission handler for the 'save' action.
FieldFormSavedCommand class core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php AJAX command to indicate a field was saved into PrivateTempStore without
validation errors and pass the rerendered field to Quick Edit's JavaScript
app.
FieldFormSavedCommand.php file core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php
FieldFormSavedCommand::$other_view_modes property core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php The same re-rendered edited field, but in different view modes.
FieldFormSavedCommand::render function core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php Return an array to be run through json_encode and sent to the client.
FieldFormSavedCommand::__construct function core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php Constructs a FieldFormSavedCommand object.
FieldItemBase::postSave function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom post-save behavior for field values.
FieldItemBase::preSave function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom presave behavior for field values.
FieldItemInterface::postSave function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom post-save behavior for field values.
FieldItemInterface::preSave function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom presave behavior for field values.
FieldItemList::postSave function core/lib/Drupal/Core/Field/FieldItemList.php Defines custom post-save behavior for field values.
FieldItemList::preSave function core/lib/Drupal/Core/Field/FieldItemList.php Defines custom presave behavior for field values.
FieldItemListInterface::postSave function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom post-save behavior for field values.
FieldItemListInterface::preSave function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom presave behavior for field values.
FieldItemTest::assertSavedFieldItemValue function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Checks that the saved field item value matches the expected one.
FieldItemTest::testSaveWorkflow function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Tests the field item save workflow.
FieldKernelTestBase::entitySaveReload function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Saves and reloads an entity.
FieldKernelTestBase::entityValidateAndSave function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Validate and save entity. Fail if violations are found.
FieldLayoutEntityDisplayTest::testPreSave function core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php @covers ::preSave
@covers ::calculateDependencies
FieldLayoutEntityDisplayTrait::preSave function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Overrides \Drupal\Core\Entity\EntityDisplayBase::preSave().

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