Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardRoutes::getNextStepRoute PHP Метод

getNextStepRoute() публичный Метод

Get the next step route.
public getNextStepRoute ( ) : string
Результат string The route
    public function getNextStepRoute()
    {
        $nextStep = $this->wizardStatus->getNextStep();
        return $this->getStepRoute($nextStep);
    }