You are here

public function Drush::__construct in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Commands/Drush.php \Drupal\drd_agent\Commands\Drush::__construct()

Drush constructor.

Parameters

\Drupal\drd_agent\Setup $setup_service:

File

src/Commands/Drush.php, line 25

Class

Drush
Class Base.

Namespace

Drupal\drd_agent\Commands

Code

public function __construct(Setup $setup_service) {
  parent::__construct();
  $this->setupService = $setup_service;
}