You are here

public function CheckoutFlowInterface::getVisibleSteps in Commerce Core 8.2

Gets the visible steps.

Return value

array An array of step definitions, keyed by step ID.

1 method overrides CheckoutFlowInterface::getVisibleSteps()
CheckoutFlowBase::getVisibleSteps in modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowBase.php
Gets the visible steps.

File

modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowInterface.php, line 96

Class

CheckoutFlowInterface
Places an order through a series of steps.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutFlow

Code

public function getVisibleSteps();