You are here

public function UnblockReplicationForm::__construct in Workspace 8

UnblockReplicationForm constructor.

Parameters

\Drupal\Core\State\StateInterface $state: The state key value store.

File

src/Form/UnblockReplicationForm.php, line 30

Class

UnblockReplicationForm
Class UnblockReplicationForm.

Namespace

Drupal\workspace\Form

Code

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