You are here

public function RunUpdatesCommand::__construct in Scheduled Updates 8

RulesCommands constructor.

Parameters

\Drupal\scheduled_updates\UpdateRunnerUtils $scheduledUpdatesRunner: The runner service.

File

src/Commands/RunUpdatesCommand.php, line 37

Class

RunUpdatesCommand
Class RunUpdatesCommand.

Namespace

Drupal\scheduled_updates\Commands

Code

public function __construct(UpdateRunnerUtils $scheduledUpdatesRunner) {
  parent::__construct();
  $this->scheduledUpdatesRunner = $scheduledUpdatesRunner;
}