You are here

public function WebformEntityFilterForm::__construct in Webform 8.5

Constructs a WebformResultsCustomForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/Form/WebformEntityFilterForm.php, line 36

Class

WebformEntityFilterForm
Provides the webform filter form.

Namespace

Drupal\webform\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->webformStorage = $entity_type_manager
    ->getStorage('webform');
}