You are here

function scheduled_transitions_cron in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 scheduled_transitions.module \scheduled_transitions_cron()

Implements hook_cron().

See also

\Drupal\scheduled_transitions\ScheduledTransitionsHooks::cron

File

./scheduled_transitions.module, line 96

Code

function scheduled_transitions_cron() : void {
  \Drupal::classResolver(ScheduledTransitionsHooks::class)
    ->cron();
}