You are here

public function FormsStepsInterface::getStepRoute in Forms Steps 8

Returns the current step route.

Parameters

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

Return value

null|string Returns the current route.

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

File

src/FormsStepsInterface.php, line 86

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function getStepRoute(Step $step);