Search for copy
Title | Object type | File name | Summary |
---|---|---|---|
FileCopy::create | function | core/ |
Creates an instance of the plugin. |
FileCopy::getDirectory | function | core/ |
Returns the directory component of a URI or path. |
FileCopy::isLocalUri | function | core/ |
Determines if the given URI or path is considered local. |
FileCopy::isLocationUnchanged | function | core/ |
Determines if the source and destination URIs represent identical paths. |
FileCopy::transform | function | core/ |
Performs the associated process. |
FileCopy::writeFile | function | core/ |
Tries to move or copy a file. |
FileCopy::__construct | function | core/ |
Constructs a file_copy process plugin. |
FileCopyTest | class | core/ |
Tests the file copy process plugin. |
FileCopyTest | class | core/ |
Tests the file_copy process plugin. |
FileCopyTest | class | core/ |
Tests the unmanaged file copy function. |
FileCopyTest.php | file | core/ |
|
FileCopyTest.php | file | core/ |
|
FileCopyTest.php | file | core/ |
|
FileCopyTest::$fileSystem | property | core/ |
The file system service. |
FileCopyTest::$modules | property | core/ |
Modules to install. |
FileCopyTest::assertPlugin | function | core/ |
Creates a TestFileCopy process plugin. |
FileCopyTest::doTransform | function | core/ |
Do an import using the destination. |
FileCopyTest::providerFileProcessBaseConstructor | function | core/ |
Data provider for testFileProcessBaseConstructor. |
FileCopyTest::providerSuccessfulReuse | function | core/ |
Provides the source and destination path files. |
FileCopyTest::setUp | function | core/ |
|
FileCopyTest::testDownloadRemoteUri | function | core/ |
Tests that remote URIs are delegated to the download plugin. |
FileCopyTest::testFileProcessBaseConstructor | function | core/ |
Tests that the plugin constructor correctly sets the configuration. |
FileCopyTest::testNonExistent | function | core/ |
Copy a non-existent file. |
FileCopyTest::testNonExistentSourceFile | function | core/ |
Tests that non-existent files throw an exception. |
FileCopyTest::testNonWritableDestination | function | core/ |
Tests that non-writable destination throw an exception. |
FileCopyTest::testNormal | function | core/ |
Copy a normal file. |
FileCopyTest::testOverwriteSelf | function | core/ |
Copy a file onto itself. |
FileCopyTest::testRenameFile | function | core/ |
Tests the 'rename' overwrite mode. |
FileCopyTest::testSuccessfulCopies | function | core/ |
Tests successful imports/copies. |
FileCopyTest::testSuccessfulMoves | function | core/ |
Tests successful moves. |
FileCopyTest::testSuccessfulReuse | function | core/ |
Tests successful file reuse. |
FileRepository::copy | function | core/ |
|
FileRepositoryInterface::copy | function | core/ |
Copies a file to a new location and adds a file record to the database. |
FileSystem::copy | function | core/ |
Copies a file to a new location without invoking the file API. |
FileSystemInterface::copy | function | core/ |
Copies a file to a new location without invoking the file API. |
FileSystemTest::testCopyFailureIfFileAlreadyExists | function | core/ |
@covers ::copy |
FileSystemTest::testCopyFailureIfSelfOverwrite | function | core/ |
@covers ::copy |
FileSystemTest::testCopySelfRename | function | core/ |
@covers ::copy |
FileSystemTest::testDestinationDirectoryFailureOnCopy | function | core/ |
@covers ::copy |
FileSystemTest::testEnsureFileExistsBeforeCopy | function | core/ |
@covers ::copy |
FileSystemTest::testSuccessfulCopy | function | core/ |
@covers ::copy |
FileTransfer::copyDirectory | function | core/ |
Copies a directory. |
FileTransfer::copyDirectoryJailed | function | core/ |
Copies a directory. |
FileTransfer::copyFile | function | core/ |
Copies a file. |
FileTransfer::copyFileJailed | function | core/ |
Copies a file. |
file_test_file_copy | function | core/ |
Implements hook_file_copy(). |
FixtureUtilityTrait::copyFixtureFilesTo | function | core/ |
Mirrors a fixture directory to the given path. |
FTPExtension::copyFileJailed | function | core/ |
Copies a file. |
hook_file_copy | function | core/ |
Respond to a file that has been copied. |
Importer::copyFileAssociatedWithEntity | function | core/ |
Copies a file from default content directory to the site's file system. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.