Issue #2489606 by 20th, slashrsm: hook_file_download() docblock refers to a non-existing function file_download()

8.3.x
Alex Pott 2017-01-13 12:14:10 +00:00
parent 5c36569020
commit c732e506b6
1 changed files with 1 additions and 1 deletions

View File

@ -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.