Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardRoutes::getNextStepRoute PHP Method

getNextStepRoute() public method

Get the next step route.
public getNextStepRoute ( ) : string
return string The route
    public function getNextStepRoute()
    {
        $nextStep = $this->wizardStatus->getNextStep();
        return $this->getStepRoute($nextStep);
    }