public function StepInterface::formsSteps in Forms Steps 8
Get the forms steps object parent to this step.
Return value
\Drupal\forms_steps\Step The forms steps object.
1 method overrides StepInterface::formsSteps()
- Step::formsSteps in src/
Step.php - Get the forms steps object parent to this step.
File
- src/
StepInterface.php, line 176
Class
- StepInterface
- An interface for step value objects.
Namespace
Drupal\forms_stepsCode
public function formsSteps();