You are here

public function HttpServiceApiWrapperInterface::getHttpClient in HTTP Client Manager 8.2

Get HTTP Client.

Return value

\Drupal\http_client_manager\HttpClientInterface The HTTP Client used to make requests.

1 method overrides HttpServiceApiWrapperInterface::getHttpClient()
HttpServiceApiWrapperPosts::getHttpClient in modules/http_client_manager_example/src/Plugin/HttpServiceApiWrapper/HttpServiceApiWrapperPosts.php
Get HTTP Client.

File

src/Plugin/HttpServiceApiWrapper/HttpServiceApiWrapperInterface.php, line 18

Class

HttpServiceApiWrapperInterface
Interface HttpServiceApiWrapperInterface.

Namespace

Drupal\http_client_manager\Plugin\HttpServiceApiWrapper

Code

public function getHttpClient();