You are here

public function OrderHandlerInterface::getOrder in Mailchimp E-Commerce 8

Gets an order from the current Mailchimp store.

Parameters

string $order_id: The order ID.

Return value

object The order.

1 method overrides OrderHandlerInterface::getOrder()
OrderHandler::getOrder in src/OrderHandler.php
@inheritdoc

File

src/OrderHandlerInterface.php, line 22

Class

OrderHandlerInterface
Interface for the Order handler.

Namespace

Drupal\mailchimp_ecommerce

Code

public function getOrder($order_id);