From c732e506b6a13b9dba496dad861d1acb37fa49c3 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 13 Jan 2017 12:14:10 +0000 Subject: [PATCH] Issue #2489606 by 20th, slashrsm: hook_file_download() docblock refers to a non-existing function file_download() --- core/lib/Drupal/Core/File/file.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/File/file.api.php b/core/lib/Drupal/Core/File/file.api.php index c26ac2be30d9..d1e125e53632 100644 --- a/core/lib/Drupal/Core/File/file.api.php +++ b/core/lib/Drupal/Core/File/file.api.php @@ -26,7 +26,7 @@ * file is not controlled by the current module, the return value should be * NULL. * - * @see file_download() + * @see \Drupal\system\FileDownloadController::download() */ function hook_file_download($uri) { // Check to see if this is a config download.