interface USPSRequestInterface in Commerce USPS 8
Interface for the USPS API Service.
@package Drupal\commerce_usps
Hierarchy
- interface \Drupal\commerce_usps\USPSRequestInterface
Expanded class hierarchy of USPSRequestInterface
All classes that implement USPSRequestInterface
File
- src/
USPSRequestInterface.php, line 10
Namespace
Drupal\commerce_uspsView source
interface USPSRequestInterface {
/**
* Set the request configuration.
*
* @param array $configuration
* A configuration array from a CommerceShippingMethod.
*/
public function setConfig(array $configuration);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
USPSRequestInterface:: |
public | function | Set the request configuration. | 1 |