You are here

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

Parameters

\Drupal\Core\State\StateInterface $state: The state factory.

File

src/Form/Settings.php, line 31

Class

Settings
Configure drd-agent settings for this site.

Namespace

Drupal\drd_agent\Form

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}