You are here

public function Step::formsSteps in Forms Steps 8

Get the forms steps object parent to this step.

Return value

\Drupal\forms_steps\Step The forms steps object.

Overrides StepInterface::formsSteps

File

src/Step.php, line 355

Class

Step
A value object representing a step state.

Namespace

Drupal\forms_steps

Code

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