Issue #2489606 by 20th, slashrsm: hook_file_download() docblock refers to a non-existing function file_download()
parent
5c36569020
commit
c732e506b6
|
@ -26,7 +26,7 @@
|
||||||
* file is not controlled by the current module, the return value should be
|
* file is not controlled by the current module, the return value should be
|
||||||
* NULL.
|
* NULL.
|
||||||
*
|
*
|
||||||
* @see file_download()
|
* @see \Drupal\system\FileDownloadController::download()
|
||||||
*/
|
*/
|
||||||
function hook_file_download($uri) {
|
function hook_file_download($uri) {
|
||||||
// Check to see if this is a config download.
|
// Check to see if this is a config download.
|
||||||
|
|
Loading…
Reference in New Issue