You are here

interface ScheduledTransitionsJobsInterface in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 src/ScheduledTransitionsJobsInterface.php \Drupal\scheduled_transitions\ScheduledTransitionsJobsInterface

Job runner for Scheduled Transitions.

Hierarchy

Expanded class hierarchy of ScheduledTransitionsJobsInterface

All classes that implement ScheduledTransitionsJobsInterface

2 files declare their use of ScheduledTransitionsJobsInterface
ScheduledTransitionsCommands.php in src/Commands/ScheduledTransitionsCommands.php
ScheduledTransitionsCronUnitTest.php in tests/src/Unit/ScheduledTransitionsCronUnitTest.php

File

src/ScheduledTransitionsJobsInterface.php, line 10

Namespace

Drupal\scheduled_transitions
View source
interface ScheduledTransitionsJobsInterface {

  /**
   * Checks for transitions needing to be run, and adds them to a queue.
   */
  public function jobCreator() : void;

}

Members

Namesort descending Modifiers Type Description Overrides
ScheduledTransitionsJobsInterface::jobCreator public function Checks for transitions needing to be run, and adds them to a queue. 1