You are here

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

Same name and namespace in other branches
  1. 8 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 112

Class

FormStep
Class FormStep.

Namespace

Drupal\simple_multistep

Code

public function getSteps() {
  return $this->steps;
}