You are here

public function PatchInfoCommands::__construct in PatchInfo 8.2

Constructs update status data.

Parameters

\Drupal\update\UpdateManagerInterface $update_manager: Update Manager Service.

1 call to PatchInfoCommands::__construct()
PatchInfoDrupalorgCommands::__construct in modules/patchinfo_drupalorg/src/Commands/PatchInfoDrupalorgCommands.php
Constructs update status data.
1 method overrides PatchInfoCommands::__construct()
PatchInfoDrupalorgCommands::__construct in modules/patchinfo_drupalorg/src/Commands/PatchInfoDrupalorgCommands.php
Constructs update status data.

File

src/Commands/PatchInfoCommands.php, line 79

Class

PatchInfoCommands
A Drush commandfile for the patchinfo:list command.

Namespace

Drupal\patchinfo\Commands

Code

public function __construct(UpdateManagerInterface $update_manager) {
  $this->updateManager = $update_manager;
}