You are here

interface USPSRequestInterface in Commerce USPS 8

Interface for the USPS API Service.

@package Drupal\commerce_usps

Hierarchy

Expanded class hierarchy of USPSRequestInterface

All classes that implement USPSRequestInterface

File

src/USPSRequestInterface.php, line 10

Namespace

Drupal\commerce_usps
View source
interface USPSRequestInterface {

  /**
   * Set the request configuration.
   *
   * @param array $configuration
   *   A configuration array from a CommerceShippingMethod.
   */
  public function setConfig(array $configuration);

}

Members

Namesort descending Modifiers Type Description Overrides
USPSRequestInterface::setConfig public function Set the request configuration. 1