You are here

public function CheckoutPaneInterface::getStepId in Commerce Core 8.2

Gets the pane step ID.

Return value

string The pane step ID.

1 method overrides CheckoutPaneInterface::getStepId()
CheckoutPaneBase::getStepId in modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneBase.php
Gets the pane step ID.

File

modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneInterface.php, line 78

Class

CheckoutPaneInterface
Defines the interface for checkout panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function getStepId();