You are here

public function HttpblWhitelistForm::__construct in http:BL 8

White-list form services.

Parameters

\Drupal\httpbl\HttpblEvaluatorInterface $httpblEvaluator:

\Drupal\httpbl\HttpblResponseInterface $httpblResponse:

\Drupal\httpbl\Logger\HttpblLogTrapperInterface $logTrapper:

File

src/Form/HttpblWhitelistForm.php, line 46

Class

HttpblWhitelistForm
Displays banned IP addresses.

Namespace

Drupal\httpbl\Form

Code

public function __construct(HttpblEvaluatorInterface $httpblEvaluator, HttpblResponseInterface $httpblResponse, HttpblLogTrapperInterface $logTrapper) {
  $this->httpblEvaluator = $httpblEvaluator;
  $this->httpblResponse = $httpblResponse;
  $this->logTrapper = $logTrapper;
}