You are here

public function CheckFormBase::__construct in Production check & Production monitor 8

Constructs a new prod check form.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $storage: The check storage.

File

src/Form/CheckFormBase.php, line 36

Class

CheckFormBase
Provides a base form for prod check forms.

Namespace

Drupal\prod_check\Form

Code

public function __construct(EntityStorageInterface $storage) {
  $this->storage = $storage;
}