interface ScheduledTransitionsJobsInterface in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x src/ScheduledTransitionsJobsInterface.php \Drupal\scheduled_transitions\ScheduledTransitionsJobsInterface
 
Job runner for Scheduled Transitions.
Hierarchy
- interface \Drupal\scheduled_transitions\ScheduledTransitionsJobsInterface
 
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_transitionsView source
interface ScheduledTransitionsJobsInterface {
  /**
   * Checks for transitions needing to be run, and adds them to a queue.
   */
  public function jobCreator() : void;
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            ScheduledTransitionsJobsInterface:: | 
                  public | function | Checks for transitions needing to be run, and adds them to a queue. | 1 |