Search for copy
Title | Object type | File name | Summary |
---|---|---|---|
COPYRIGHT.txt | file | ./ |
All Drupal code is Copyright 2001 - 2013 by the original authors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2… |
DrupalWebTestCase::copySetupCache | function | modules/ |
Copy the setup cache from/to another table and files directory. |
DrupalWebTestCase::recursiveDirectoryCopy | function | modules/ |
Recursively copy one directory to another. |
FileCopyTest | class | modules/ |
Copy related tests. |
FileCopyTest::getInfo | function | modules/ |
|
FileCopyTest::testExistingError | function | modules/ |
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified. |
FileCopyTest::testExistingRename | function | modules/ |
Test renaming when copying over a file that already exists. |
FileCopyTest::testExistingReplace | function | modules/ |
Test replacement when copying over a file that already exists. |
FileCopyTest::testNormal | function | modules/ |
Test file copying in the normal, base case. |
FileTransfer::copyDirectory | function | includes/ |
Copies a directory. |
FileTransfer::copyDirectoryJailed | function | includes/ |
Copies a directory. |
FileTransfer::copyFile | function | includes/ |
Copies a file. |
FileTransfer::copyFileJailed | function | includes/ |
Copies a file. |
FileTransferFTPExtension::copyFileJailed | function | includes/ |
Copies a file. |
FileTransferLocal::copyFileJailed | function | includes/ |
Copies a file. |
FileTransferSSH::copyDirectoryJailed | function | includes/ |
Copies a directory. |
FileTransferSSH::copyFileJailed | function | includes/ |
Copies a file. |
FileUnmanagedCopyTest | class | modules/ |
Unmanaged copy related tests. |
FileUnmanagedCopyTest::getInfo | function | modules/ |
|
FileUnmanagedCopyTest::testNonExistent | function | modules/ |
Copy a non-existent file. |
FileUnmanagedCopyTest::testNormal | function | modules/ |
Copy a normal file. |
FileUnmanagedCopyTest::testOverwriteSelf | function | modules/ |
Copy a file onto itself. |
file_copy | function | includes/ |
Copies a file to a new location and adds a file record to the database. |
file_test_file_copy | function | modules/ |
Implements hook_file_copy(). |
file_unmanaged_copy | function | includes/ |
Copies a file to a new location without invoking the file API. |
hook_file_copy | function | modules/ |
Respond to a file that has been copied. |
RemoteFileUnmanagedCopyTest | class | modules/ |
Unmanaged copy related tests on remote filesystems. |
RemoteFileUnmanagedCopyTest::getInfo | function | modules/ |
|
RemoteFileUnmanagedCopyTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
TestFileTransfer::copyFileJailed | function | modules/ |
Copies a file. |
update_authorize_batch_copy_project | function | modules/ |
Implements callback_batch_operation(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.