public function FormStep::getSteps in Simple multi step form 8
Same name and namespace in other branches
- 8.x src/FormStep.php \Drupal\simple_multistep\FormStep::getSteps()
Get all form steps.
1 call to FormStep::getSteps()
- FormStep::fetchStepSettings in src/
FormStep.php - Fetch form step settings by current step.
File
- src/
FormStep.php, line 113
Class
- FormStep
- Class FormStep.
Namespace
Drupal\simple_multistepCode
public function getSteps() {
return $this->steps;
}