public function ScheduledTransitionsJobsInterface::jobCreator in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x src/ScheduledTransitionsJobsInterface.php \Drupal\scheduled_transitions\ScheduledTransitionsJobsInterface::jobCreator()
Checks for transitions needing to be run, and adds them to a queue.
1 method overrides ScheduledTransitionsJobsInterface::jobCreator()
- ScheduledTransitionsJobs::jobCreator in src/
ScheduledTransitionsJobs.php - Checks for transitions needing to be run, and adds them to a queue.
File
- src/
ScheduledTransitionsJobsInterface.php, line 15
Class
- ScheduledTransitionsJobsInterface
- Job runner for Scheduled Transitions.
Namespace
Drupal\scheduled_transitionsCode
public function jobCreator() : void;