You are here

public function InstallProfileCommands::__construct in Helper 8

SchemaCommands constructor.

Parameters

\Drupal\helper\InstallProfile $installProfile: The install profile helper.

File

src/Commands/InstallProfileCommands.php, line 28

Class

InstallProfileCommands
Drush commands for working with install profiles.

Namespace

Drupal\helper\Commands

Code

public function __construct(InstallProfile $installProfile) {
  $this->installProfile = $installProfile;
}