public function FormStep::getCurrentStep in Simple multi step form 8.x
Same name and namespace in other branches
- 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_multistepCode
public function getCurrentStep() {
return $this->currentStep;
}