You are here

public function ScheduledTransitionsCommands::__construct in Scheduled Transitions 2.x

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

Code

public function __construct(ScheduledTransitionsJobsInterface $jobs) {
  $this->jobs = $jobs;
}