You are here

function filelog_cron in File Log 2.0.x

Same name and namespace in other branches
  1. 8 filelog.module \filelog_cron()
  2. 6.2 filelog.module \filelog_cron()
  3. 6 filelog.module \filelog_cron()
  4. 7 filelog.module \filelog_cron()

Implements hook_cron().

File

./filelog.module, line 29
Contains filelog.module.

Code

function filelog_cron() {
  Drupal::service('filelog.rotator')
    ->run();
}