public function FormsStepsInterface::getNextStep in Forms Steps 8
Returns the next step to $step.
Parameters
\Drupal\forms_steps\Step $step: The current Step.
Return value
\Drupal\forms_steps\Step|null Returns the next Step or null if no next step found.
1 method overrides FormsStepsInterface::getNextStep()
- FormsSteps::getNextStep in src/
Entity/ FormsSteps.php - Returns the next step to $step.
File
- src/
FormsStepsInterface.php, line 411
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function getNextStep(Step $step);