public function ScheduledTransitionsCommands::__construct in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x src/Commands/ScheduledTransitionsCommands.php \Drupal\scheduled_transitions\Commands\ScheduledTransitionsCommands::__construct()
Constructs a new ScheduledTransitionsCommands.
Parameters
\Drupal\scheduled_transitions\ScheduledTransitionsJobsInterface $jobs: Job runner for Scheduled Transitions.
File
- src/
Commands/ ScheduledTransitionsCommands.php, line 28
Class
- ScheduledTransitionsCommands
- Drush commandfile for Scheduled Transitions.
Namespace
Drupal\scheduled_transitions\CommandsCode
public function __construct(ScheduledTransitionsJobsInterface $jobs) {
$this->jobs = $jobs;
}