You are here

public function ExchangerProviderRemoteInterface::apiClient in Commerce Exchanger 8

Generic wrapper around Drupal http client.

Parameters

array $options: Additional request options.

Return value

mixed Return response, or error.

1 method overrides ExchangerProviderRemoteInterface::apiClient()
ExchangerProviderRemoteBase::apiClient in src/Plugin/Commerce/ExchangerProvider/ExchangerProviderRemoteBase.php
Generic wrapper around Drupal http client.

File

src/Plugin/Commerce/ExchangerProvider/ExchangerProviderRemoteInterface.php, line 27

Class

ExchangerProviderRemoteInterface
Defines an interface for remote sources.

Namespace

Drupal\commerce_exchanger\Plugin\Commerce\ExchangerProvider

Code

public function apiClient(array $options);