You are here

public function FormsStepsInterface::getNextStepRoute in Forms Steps 8

Returns the next step route.

Parameters

\Drupal\forms_steps\Step $step: Current Step.

Return value

null|string Returns the next route.

1 method overrides FormsStepsInterface::getNextStepRoute()
FormsSteps::getNextStepRoute in src/Entity/FormsSteps.php
Returns the next step route.

File

src/FormsStepsInterface.php, line 97

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function getNextStepRoute(Step $step);