You are here

function filelog_cron in File Log 8

Same name and namespace in other branches
  1. 6.2 filelog.module \filelog_cron()
  2. 6 filelog.module \filelog_cron()
  3. 7 filelog.module \filelog_cron()
  4. 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();
}