public function FormStep::getCurrentStep in Simple multi step form 8
Same name and namespace in other branches
- 8.x src/FormStep.php \Drupal\simple_multistep\FormStep::getCurrentStep()
Get current step.
Return value
int Current step.
File
- src/
FormStep.php, line 83
Class
- FormStep
- Class FormStep.
Namespace
Drupal\simple_multistepCode
public function getCurrentStep() {
return $this->currentStep;
}