You are here

public function RemoteManager::__construct in Entity Share 8

Same name and namespace in other branches
  1. 8.3 modules/entity_share_client/src/Service/RemoteManager.php \Drupal\entity_share_client\Service\RemoteManager::__construct()
  2. 8.2 modules/entity_share_client/src/Service/RemoteManager.php \Drupal\entity_share_client\Service\RemoteManager::__construct()

RemoteManager constructor.

Parameters

\Drupal\Core\Http\ClientFactory $http_client_factory: The HTTP client factory.

File

modules/entity_share_client/src/Service/RemoteManager.php, line 29

Class

RemoteManager
Class RemoteManager.

Namespace

Drupal\entity_share_client\Service

Code

public function __construct(ClientFactory $http_client_factory) {
  $this->httpClientFactory = $http_client_factory;
}