Search for saveData
- Search 7.x for saveData
- Search 9.5.x for saveData
- Search 10.3.x for saveData
- Search 11.x for saveData
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
RemoteFileSaveDataTest | class | core/ |
Tests the unmanaged file save data function. |
RemoteFileSaveDataTest.php | file | core/ |
|
RemoteFileSaveDataTest::$classname | property | core/ |
A fully-qualified stream wrapper class name to register for the test. |
RemoteFileSaveDataTest::$modules | property | core/ |
Modules to enable. |
RemoteFileSaveDataTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
RemoteFileSaveDataTest::setUp | function | core/ |
|
SaveDataTest | class | core/ |
Tests the file_save_data() function. |
SaveDataTest.php | file | core/ |
|
SaveDataTest::testExistingError | function | core/ |
Test that file_save_data() fails overwriting an existing file. |
SaveDataTest::testExistingRename | function | core/ |
Test file_save_data() when renaming around an existing file. |
SaveDataTest::testExistingReplace | function | core/ |
Test file_save_data() when replacing an existing file. |
SaveDataTest::testWithFilename | function | core/ |
Test the file_save_data() function when a filename is provided. |
SaveDataTest::testWithoutFilename | function | core/ |
Test the file_save_data() function when no filename is provided. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.