You are here

public function TrackCheckoutStepEvent::getStepIndex in Commerce Google Tag Manager 8.2

Same name and namespace in other branches
  1. 8 src/Event/TrackCheckoutStepEvent.php \Drupal\commerce_google_tag_manager\Event\TrackCheckoutStepEvent::getStepIndex()

Get the step index.

Return value

int The step number.

File

src/Event/TrackCheckoutStepEvent.php, line 48

Class

TrackCheckoutStepEvent
Event dispatched when a checkout step is tracked.

Namespace

Drupal\commerce_google_tag_manager\Event

Code

public function getStepIndex() {
  return $this->stepIndex;
}