function filelog_cron in File Log 8
Same name and namespace in other branches
- 6.2 filelog.module \filelog_cron()
- 6 filelog.module \filelog_cron()
- 7 filelog.module \filelog_cron()
- 2.0.x filelog.module \filelog_cron()
Implements hook_cron().
File
- ./
filelog.module, line 30 - Contains filelog.module.
Code
function filelog_cron() {
Drupal::service('filelog.rotator')
->run();
}