function rng_cron in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 rng.module \rng_cron()
- 8 rng.module \rng_cron()
Implements hook_cron().
File
- ./
rng.module, line 49
Code
function rng_cron() {
/** @var \Drupal\rng\RngCron $rng_cron */
$rng_cron = \Drupal::service('rng.cron');
$rng_cron
->hook_cron();
}