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\CommandsCode
public function __construct(UpdateRunnerUtils $scheduledUpdatesRunner) {
parent::__construct();
$this->scheduledUpdatesRunner = $scheduledUpdatesRunner;
}