You are here

public function FormStep::getCurrentStep in Simple multi step form 8.x

Same name and namespace in other branches
  1. 8 src/FormStep.php \Drupal\simple_multistep\FormStep::getCurrentStep()

Get current step.

Return value

int Current step.

File

src/FormStep.php, line 82

Class

FormStep
Class FormStep.

Namespace

Drupal\simple_multistep

Code

public function getCurrentStep() {
  return $this->currentStep;
}