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
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\Entity::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.
field_field_config_presave function core/modules/field/field.module Implements hook_ENTITY_TYPE_presave() for 'field_config'.
field_post_update_save_custom_storage_property function core/modules/field/field.post_update.php Re-save all field storage config objects to add 'custom_storage' property.
field_ui_entity_form_mode_presave function core/modules/field_ui/field_ui.module Implements hook_entity_form_mode_presave().
field_ui_entity_view_mode_presave function core/modules/field_ui/field_ui.module Implements hook_entity_view_mode_presave().
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.
FileModuleTest::testFileSaveUploadSingleErrorFormSize function core/modules/file/tests/src/Kernel/FileModuleTest.php Tests file size upload errors.
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 Test the file_unmanaged_save_data() function.
FileSaveHtaccessLoggingTest class core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests the log message added by file_save_htaccess().
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 enable.
FileSaveHtaccessLoggingTest::testHtaccessSave function core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests file_save_htaccess().
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.
FileSystemDeprecationTest::testDeprecatedUnmanagedSaveData function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation file_unmanaged_save_data() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::saveData(). See https://www.drupal.org/node/3006851.
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.
FileTestSaveUploadFromForm::buildForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form constructor.
FileTestSaveUploadFromForm::create function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Instantiates a new instance of this class.
FileTestSaveUploadFromForm::getFormId function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Returns a unique string identifying the form.
FileTestSaveUploadFromForm::submitForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form submission handler.
FileTestSaveUploadFromForm::validateForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form validation handler.
FileTestSaveUploadFromForm::__construct function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Constructs a FileTestSaveUploadFromForm object.
FileUploadForm::prepareMediaEntityForSave function core/modules/media_library/src/Form/FileUploadForm.php Prepares a created media item to be permanently saved.
file_managed_file_save_upload function core/modules/file/file.module Saves any files that have been uploaded into a managed_file element.
file_save_data function core/modules/file/file.module Saves a file to the specified destination and creates a database entry.
file_save_htaccess function core/includes/file.inc Creates a .htaccess file in the given directory.
file_save_upload function core/modules/file/file.module Saves file uploads to a new location.
file_unmanaged_save_data function core/includes/file.inc Saves a file to the specified destination without invoking file API.
FilterAPITest::testFilterFormatPreSave function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that FilterFormat::preSave() only saves customized plugins.
FilterFormat::postSave function core/modules/filter/src/Entity/FilterFormat.php Acts on a saved entity before the insert or update hook is invoked.
FilterFormat::preSave function core/modules/filter/src/Entity/FilterFormat.php Acts on an entity before the presave hook is invoked.
FilterTest::savePaintings function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Creates painting nodes.
FilterTest::savePaintingType function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Creates a painting node type.
ForumForm::save function core/modules/forum/src/Form/ForumForm.php Form submission handler for the 'save' action.

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