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
FieldConfigEditForm::save function core/modules/field_ui/src/Form/FieldConfigEditForm.php Form submission handler for the 'save' action.
FieldHooks::fieldConfigPresave function core/modules/field/src/Hook/FieldHooks.php Implements hook_ENTITY_TYPE_presave() for 'field_config'.
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[[api-linebreak]]
@covers ::calculateDependencies[[api-linebreak]]
FieldLayoutEntityDisplayTrait::preSave function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Overrides \Drupal\Core\Entity\EntityDisplayBase::preSave().
FieldStorageConfig::postSave function core/modules/field/src/Entity/FieldStorageConfig.php Acts on a saved entity before the insert or update hook is invoked.
FieldStorageConfig::preSave function core/modules/field/src/Entity/FieldStorageConfig.php Overrides \Drupal\Core\Entity\EntityBase::preSave().
FieldStorageConfig::preSaveNew function core/modules/field/src/Entity/FieldStorageConfig.php Prepares saving a new field definition.
FieldStorageConfig::preSaveUpdated function core/modules/field/src/Entity/FieldStorageConfig.php Prepares saving an updated field definition.
FieldStorageConfigEditForm::save function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Form submission handler for the 'save' action.
FieldTestItem::mustResave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Checks whether the field item value should be resaved.
FieldTestItem::postSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom post-save behavior for field values.
FieldTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom presave behavior for field values.
FieldUiHooks::entityFormModePresave function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_ENTITY_TYPE_presave().
FieldUiHooks::entityViewModePresave function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_ENTITY_TYPE_presave().
File::invalidateTagsOnSave function core/modules/file/src/Entity/File.php Invalidates an entity's cache tags upon save.
File::preSave function core/modules/file/src/Entity/File.php Acts on an entity before the presave hook is invoked.
FileFieldItemList::postSave function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom post-save behavior for field values.
FileReadOnlyStorage::save function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Saves PHP code to storage.
FileSaveDataTest class core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php Tests the file_unmanaged_save_data() function.
FileSaveDataTest.php file core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php
FileSaveDataTest::testFileSaveData function core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php Tests the file_unmanaged_save_data() function.
FileSaveHtaccessLoggingTest class core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests the log message added by the HtaccessWriter service.
FileSaveHtaccessLoggingTest.php file core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
FileSaveHtaccessLoggingTest::$defaultTheme property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php The theme to install as the default for testing.
FileSaveHtaccessLoggingTest::$modules property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Modules to install.
FileSaveHtaccessLoggingTest::testHtaccessSave function core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests the HtaccessWriter service write functionality.
FileSaveUploadTest class core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Tests file_save_upload().
FileSaveUploadTest.php file core/modules/file/tests/src/Kernel/FileSaveUploadTest.php
FileSaveUploadTest::$modules property core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Modules to install.
FileSaveUploadTest::setUp function core/modules/file/tests/src/Kernel/FileSaveUploadTest.php
FileSaveUploadTest::testFileSaveUploadEmptyExtensions function core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Tests file_save_upload() with empty extensions.
FileStorage::save function core/lib/Drupal/Component/PhpStorage/FileStorage.php Saves PHP code to storage.
FileSystem::saveData function core/lib/Drupal/Core/File/FileSystem.php Saves a file to the specified destination without invoking file API.
FileSystemInterface::saveData function core/lib/Drupal/Core/File/FileSystemInterface.php Saves a file to the specified destination without invoking file API.
FileTestSaveUploadFromForm class core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php File test form class.
FileTestSaveUploadFromForm.php file core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
FileTestSaveUploadFromForm::$messenger property core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php The messenger.
FileTestSaveUploadFromForm::$state property core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Stores the state storage service.

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