9 calls to CheckoutFlowBase::getSteps() in Commerce Core 8.2
- CheckoutFlowBase::actions in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowBase.php - Builds the actions element for the current form.
- CheckoutFlowBase::buildForm in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowBase.php - Form constructor.
- CheckoutFlowBase::getNextStepId in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowBase.php - Gets the next step ID for the given step ID.
- CheckoutFlowBase::getPreviousStepId in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowBase.php - Gets the previous step ID for the given step ID.
- CheckoutFlowBase::getVisibleSteps in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowBase.php - Gets the visible steps.
- CheckoutFlowBase::hasSidebar in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowBase.php - Gets whether the given step has a sidebar.
- CheckoutFlowBase::isStepVisible in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowBase.php - Gets whether the given step is visible.
- CheckoutFlowWithPanesBase::getTableRegions in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ CheckoutFlowWithPanesBase.php - Get the regions for the checkout pane overview table.
- MultistepDefault::getSteps in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutFlow/ MultistepDefault.php - Gets the defined steps.