You are here

8 calls to file_unmanaged_move() in Zircon Profile 8.0

EntityFile::writeFile in core/modules/file/src/Plugin/migrate/destination/EntityFile.php
Tries to move or copy a file.
file_move in core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_unmanaged_save_data in core/includes/file.inc
Saves a file to the specified destination without invoking file API.
GDToolkit::save in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
Writes an image resource to a destination file.
ImageItem::generateSampleValue in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Generates placeholder field values.
UnmanagedMoveTest::testMissing in core/modules/system/src/Tests/File/UnmanagedMoveTest.php
Try to move a missing file.
UnmanagedMoveTest::testNormal in core/modules/system/src/Tests/File/UnmanagedMoveTest.php
Move a normal file.
UnmanagedMoveTest::testOverwriteSelf in core/modules/system/src/Tests/File/UnmanagedMoveTest.php
Try to move a file onto itself.