You are here

public function HttpServiceApiWrapperFactory::__construct in HTTP Client Manager 8.2

HttpServiceApiWrapperFactory constructor.

File

src/HttpServiceApiWrapperFactory.php, line 24

Class

HttpServiceApiWrapperFactory
Class HttpServiceApiWrapperFactory.

Namespace

Drupal\http_client_manager

Code

public function __construct() {
  $this->apiWrappers = [];
}