You are here

public function ExchangerProviderRemoteInterface::getMethod in Commerce Exchanger 8

Method which supports remote provider.

Return value

string Either GET or POST.

1 method overrides ExchangerProviderRemoteInterface::getMethod()
ExchangerProviderRemoteBase::getMethod in src/Plugin/Commerce/ExchangerProvider/ExchangerProviderRemoteBase.php
Method which supports remote provider.

File

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

Class

ExchangerProviderRemoteInterface
Defines an interface for remote sources.

Namespace

Drupal\commerce_exchanger\Plugin\Commerce\ExchangerProvider

Code

public function getMethod();