Search for save
Title | Object type | File name | Summary |
---|---|---|---|
FieldStorageConfig::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
FieldStorageConfig::preSave | function | core/ |
Overrides \Drupal\Core\Entity\Entity::preSave(). |
FieldStorageConfig::preSaveNew | function | core/ |
Prepares saving a new field definition. |
FieldStorageConfig::preSaveUpdated | function | core/ |
Prepares saving an updated field definition. |
FieldStorageConfigEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
FieldTestItem::mustResave | function | core/ |
Checks whether the field item value should be resaved. |
FieldTestItem::postSave | function | core/ |
Defines custom post-save behavior for field values. |
FieldTestItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
field_field_config_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for 'field_config'. |
field_post_update_save_custom_storage_property | function | core/ |
Re-save all field storage config objects to add 'custom_storage' property. |
field_ui_entity_form_mode_presave | function | core/ |
Implements hook_entity_form_mode_presave(). |
field_ui_entity_view_mode_presave | function | core/ |
Implements hook_entity_view_mode_presave(). |
File::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
FileFieldItemList::postSave | function | core/ |
Defines custom post-save behavior for field values. |
FileModuleTest::testFileSaveUploadSingleErrorFormSize | function | core/ |
Tests file size upload errors. |
FileReadOnlyStorage::save | function | core/ |
Saves PHP code to storage. |
FileSaveDataTest | class | core/ |
Tests the file_unmanaged_save_data() function. |
FileSaveDataTest.php | file | core/ |
|
FileSaveDataTest::testFileSaveData | function | core/ |
Test the file_unmanaged_save_data() function. |
FileSaveHtaccessLoggingTest | class | core/ |
Tests the log message added by file_save_htaccess(). |
FileSaveHtaccessLoggingTest.php | file | core/ |
|
FileSaveHtaccessLoggingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FileSaveHtaccessLoggingTest::$modules | property | core/ |
Modules to enable. |
FileSaveHtaccessLoggingTest::testHtaccessSave | function | core/ |
Tests file_save_htaccess(). |
FileStorage::save | function | core/ |
Saves PHP code to storage. |
FileSystem::saveData | function | core/ |
Saves a file to the specified destination without invoking file API. |
FileSystemDeprecationTest::testDeprecatedUnmanagedSaveData | function | core/ |
@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/ |
Saves a file to the specified destination without invoking file API. |
FileTestSaveUploadFromForm | class | core/ |
File test form class. |
FileTestSaveUploadFromForm.php | file | core/ |
|
FileTestSaveUploadFromForm::$messenger | property | core/ |
The messenger. |
FileTestSaveUploadFromForm::$state | property | core/ |
Stores the state storage service. |
FileTestSaveUploadFromForm::buildForm | function | core/ |
Form constructor. |
FileTestSaveUploadFromForm::create | function | core/ |
Instantiates a new instance of this class. |
FileTestSaveUploadFromForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FileTestSaveUploadFromForm::submitForm | function | core/ |
Form submission handler. |
FileTestSaveUploadFromForm::validateForm | function | core/ |
Form validation handler. |
FileTestSaveUploadFromForm::__construct | function | core/ |
Constructs a FileTestSaveUploadFromForm object. |
FileUploadForm::prepareMediaEntityForSave | function | core/ |
Prepares a created media item to be permanently saved. |
file_managed_file_save_upload | function | core/ |
Saves any files that have been uploaded into a managed_file element. |
file_save_data | function | core/ |
Saves a file to the specified destination and creates a database entry. |
file_save_htaccess | function | core/ |
Creates a .htaccess file in the given directory. |
file_save_upload | function | core/ |
Saves file uploads to a new location. |
file_unmanaged_save_data | function | core/ |
Saves a file to the specified destination without invoking file API. |
FilterAPITest::testFilterFormatPreSave | function | core/ |
Tests that FilterFormat::preSave() only saves customized plugins. |
FilterFormat::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
FilterFormat::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
FilterTest::savePaintings | function | core/ |
Creates painting nodes. |
FilterTest::savePaintingType | function | core/ |
Creates a painting node type. |
ForumForm::save | function | core/ |
Form submission handler for the 'save' action. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.