public function CheckoutOrderManagerInterface::getCheckoutFlow in Commerce Core 8.2
Gets the order's checkout flow.
Parameters
\Drupal\commerce_order\Entity\OrderInterface $order: The order.
Return value
\Drupal\commerce_checkout\Entity\CheckoutFlowInterface THe checkout flow.
1 method overrides CheckoutOrderManagerInterface::getCheckoutFlow()
- CheckoutOrderManager::getCheckoutFlow in modules/
checkout/ src/ CheckoutOrderManager.php - Gets the order's checkout flow.
File
- modules/
checkout/ src/ CheckoutOrderManagerInterface.php, line 21
Class
- CheckoutOrderManagerInterface
- Provides functionality for handling an order's checkout.
Namespace
Drupal\commerce_checkoutCode
public function getCheckoutFlow(OrderInterface $order);