You are here

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

Constructs a new processor form.

Parameters

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

File

src/Form/ProcessorFormBase.php, line 36

Class

ProcessorFormBase
Provides a base form for processor forms.

Namespace

Drupal\prod_check\Form

Code

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