You are here

public function Authorize::__construct in DRD Agent 8.3

Same name and namespace in other branches
  1. 4.0.x src/Form/Authorize.php \Drupal\drd_agent\Form\Authorize::__construct()

Authorize constructor.

Parameters

\Drupal\drd_agent\Setup $setup_service:

File

src/Form/Authorize.php, line 26

Class

Authorize
Authorize a new dashboard for this drd-agent.

Namespace

Drupal\drd_agent\Form

Code

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