public function RemoteManager::__construct in Entity Share 8
Same name and namespace in other branches
- 8.3 modules/entity_share_client/src/Service/RemoteManager.php \Drupal\entity_share_client\Service\RemoteManager::__construct()
- 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\ServiceCode
public function __construct(ClientFactory $http_client_factory) {
$this->httpClientFactory = $http_client_factory;
}