Issue #2523048 by dpi: file.modules hook_cron implementation has incorrect documentation
parent
4b7ba21316
commit
e5018e6054
|
@ -629,7 +629,7 @@ function file_file_download($uri) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implements file_cron()
|
* Implements hook_cron().
|
||||||
*/
|
*/
|
||||||
function file_cron() {
|
function file_cron() {
|
||||||
$age = \Drupal::config('system.file')->get('temporary_maximum_age');
|
$age = \Drupal::config('system.file')->get('temporary_maximum_age');
|
||||||
|
|
Loading…
Reference in New Issue