You are here

public function ResponseHeaderForm::__construct in HTTP Response Headers 8.2

Same name and namespace in other branches
  1. 2.0.x src/Form/ResponseHeaderForm.php \Drupal\http_response_headers\Form\ResponseHeaderForm::__construct()

Constructs an ResponseHeaderForm object.

Parameters

\Drupal\Core\Entity\Query\QueryFactory $entity_query: The entity query.

File

src/Form/ResponseHeaderForm.php, line 21

Class

ResponseHeaderForm
Form handler for the Response Header add and edit forms.

Namespace

Drupal\http_response_headers\Form

Code

public function __construct(QueryFactory $entity_query) {
  $this->entityQuery = $entity_query;
}