You are here

public function HttpServiceApiWrapperFactoryInterface::get in HTTP Client Manager 8.2

Get HTTP Service API wrapper.

Parameters

string $name: The HTTP Service API wrapper name.

Return value

\Drupal\http_client_manager\Plugin\HttpServiceApiWrapper\HttpServiceApiWrapperInterface An HTTP Service API Wrapper Service.

Throws

\InvalidArgumentException Throws an InvalidArgumentException if the provided name does not exists.

1 method overrides HttpServiceApiWrapperFactoryInterface::get()
HttpServiceApiWrapperFactory::get in src/HttpServiceApiWrapperFactory.php
Get HTTP Service API wrapper.

File

src/HttpServiceApiWrapperFactoryInterface.php, line 36

Class

HttpServiceApiWrapperFactoryInterface
Interface HttpServiceApiWrapperFactoryInterface.

Namespace

Drupal\http_client_manager

Code

public function get($name);