You are here

public function BaseCommand::__construct in Automatic Updates 8

Constructs a new InstallCommand command.

Parameters

object $class_loader: The class loader.

File

src/Command/BaseCommand.php, line 30

Class

BaseCommand
Base command class.

Namespace

Drupal\automatic_updates\Command

Code

public function __construct($class_loader) {
  $this->classLoader = $class_loader;
  parent::__construct();
}