Issue #2523048 by dpi: file.modules hook_cron implementation has incorrect documentation

8.0.x
webchick 2015-08-31 09:28:05 -07:00
parent 4b7ba21316
commit e5018e6054
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ function file_file_download($uri) {
}
/**
* Implements file_cron()
* Implements hook_cron().
*/
function file_cron() {
$age = \Drupal::config('system.file')->get('temporary_maximum_age');