public function RngCron::hook_cron in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/RngCron.php \Drupal\rng\RngCron::hook_cron()
 - 3.x src/RngCron.php \Drupal\rng\RngCron::hook_cron()
 
React to Drupal `hook_cron` hooks.
See also
hook_cron();
File
- src/
RngCron.php, line 46  
Class
- RngCron
 - RNG Cron.
 
Namespace
Drupal\rngCode
public function hook_cron() {
  $this
    ->scheduleRules();
  $this
    ->deleteScheduleRules();
}