You are here

public function ScheduledTransitionsJobsInterface::jobCreator in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 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_transitions

Code

public function jobCreator() : void;