You are here

protected property UpdateCommand::$updateManager in Lightning Core 8.5

Same name and namespace in other branches
  1. 8 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::updateManager
  2. 8.2 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::updateManager
  3. 8.3 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::updateManager
  4. 8.4 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::updateManager

The update manager service.

Type: \Drupal\lightning_core\UpdateManager

File

src/Command/UpdateCommand.php, line 21

Class

UpdateCommand
Defines a console command to run optional configuration updates.

Namespace

Drupal\lightning_core\Command

Code

protected $updateManager;