You are here

protected property InstallCommand::$classLoader in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Command/InstallCommand.php \Drupal\Core\Command\InstallCommand::classLoader
  2. 10 core/lib/Drupal/Core/Command/InstallCommand.php \Drupal\Core\Command\InstallCommand::classLoader

The class loader.

Type: object

File

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

Class

InstallCommand
Installs a Drupal site for local testing/development.

Namespace

Drupal\Core\Command

Code

protected $classLoader;