You are here

public function CheckoutPaneBase::setStepId in Commerce Core 8.2

Sets the pane step ID.

Parameters

string $step_id: The pane step ID.

Return value

$this

Overrides CheckoutPaneInterface::setStepId

File

modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneBase.php, line 187

Class

CheckoutPaneBase
Provides the base checkout pane class.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function setStepId($step_id) {
  $this->configuration['step'] = $step_id;
}