Issue #1192440 by pillarsdotnet: Fixed Make docs of file_copy() match code.
parent
e8111d956e
commit
469b41ede1
|
@ -737,8 +737,7 @@ function file_usage_delete(stdClass $file, $module, $type = NULL, $id = NULL, $c
|
||||||
* A file object.
|
* A file object.
|
||||||
* @param $destination
|
* @param $destination
|
||||||
* A string containing the destination that $source should be copied to.
|
* A string containing the destination that $source should be copied to.
|
||||||
* This must be a stream wrapper URI. If this value is omitted, Drupal's
|
* This must be a stream wrapper URI.
|
||||||
* default files scheme will be used, usually "public://".
|
|
||||||
* @param $replace
|
* @param $replace
|
||||||
* Replace behavior when the destination file already exists:
|
* Replace behavior when the destination file already exists:
|
||||||
* - FILE_EXISTS_REPLACE - Replace the existing file. If a managed file with
|
* - FILE_EXISTS_REPLACE - Replace the existing file. If a managed file with
|
||||||
|
|
Loading…
Reference in New Issue