Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InstallCommand.php

function InstallCommand::__construct

Constructs a new InstallCommand command.

Parameters

object $class_loader: The class loader.

Overrides Command::__construct

File

core/lib/Drupal/Core/Command/InstallCommand.php, line 40

Class

InstallCommand
Installs a Drupal site for local testing/development.

Namespace

Drupal\Core\Command

Code

public function __construct($class_loader) {
    parent::__construct('install');
    $this->classLoader = $class_loader;
}
RSS feed
Powered by Drupal