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.