You are here

public function CheckoutPaneInterface::setStepId in Commerce Core 8.2

Sets the pane step ID.

Parameters

string $step_id: The pane step ID.

Return value

$this

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

File

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

Class

CheckoutPaneInterface
Defines the interface for checkout panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function setStepId($step_id);