You are here

public function CheckoutFlowWithPanesInterface::getPane in Commerce Core 8.2

Gets a pane with the given ID.

Parameters

string $pane_id: The pane ID.

Return value

\Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane\CheckoutPaneInterface|null The pane, or NULL if not found.

1 method overrides CheckoutFlowWithPanesInterface::getPane()
CheckoutFlowWithPanesBase::getPane in modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowWithPanesBase.php
Gets a pane with the given ID.

File

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

Class

CheckoutFlowWithPanesInterface
Defines the interface for checkout flows which have panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutFlow

Code

public function getPane($pane_id);