You are here

public function CheckoutFlowWithPanesInterface::getPanes in Commerce Core 8.2

Gets the panes.

Return value

\Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane\CheckoutPaneInterface[] The panes, keyed by pane id, ordered by weight.

1 method overrides CheckoutFlowWithPanesInterface::getPanes()
CheckoutFlowWithPanesBase::getPanes in modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowWithPanesBase.php
Gets the panes.

File

modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowWithPanesInterface.php, line 16

Class

CheckoutFlowWithPanesInterface
Defines the interface for checkout flows which have panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutFlow

Code

public function getPanes();