You are here

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

Same name in this branch
  1. 4.0.x src/Setup.php \Drupal\drd_agent\Setup::__construct()
  2. 4.0.x src/Command/Setup.php \Drupal\drd_agent\Command\Setup::__construct()
Same name and namespace in other branches
  1. 8.3 src/Command/Setup.php \Drupal\drd_agent\Command\Setup::__construct()

Setup constructor.

Parameters

\Drupal\drd_agent\Setup $setup_service:

File

src/Command/Setup.php, line 32

Class

Setup
Class Setup.

Namespace

Drupal\drd_agent\Command

Code

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