public function CheckoutPaneBase::getStepId in Commerce Core 8.2
Gets the pane step ID.
Return value
string The pane step ID.
Overrides CheckoutPaneInterface::getStepId
2 calls to CheckoutPaneBase::getStepId()
- Login::submitPaneForm in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ Login.php - Handles the submission of an pane form.
- PaymentProcess::buildPaneForm in modules/
payment/ src/ Plugin/ Commerce/ CheckoutPane/ PaymentProcess.php - Builds the pane form.
File
- modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneBase.php, line 180
Class
- CheckoutPaneBase
- Provides the base checkout pane class.
Namespace
Drupal\commerce_checkout\Plugin\Commerce\CheckoutPaneCode
public function getStepId() {
return $this->configuration['step'];
}