You are here

public function HttpClientManagerPreview::__construct in HTTP Client Manager 8

Same name and namespace in other branches
  1. 8.2 src/Controller/HttpClientManagerPreview.php \Drupal\http_client_manager\Controller\HttpClientManagerPreview::__construct()

File

src/Controller/HttpClientManagerPreview.php, line 27

Class

HttpClientManagerPreview
Class HttpClientManagerPreview.

Namespace

Drupal\http_client_manager\Controller

Code

public function __construct(HttpServiceApiHandler $http_services_api) {
  $this->httpServicesApi = $http_services_api;
}