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

getStepRoute() public method

Get the route for the given step.
public getStepRoute ( string $step ) : string
$step string The received step
return string The route
    public function getStepRoute($step)
    {
        return isset($this->wizardRoutesByStep[$step]) ? $this->wizardRoutesByStep[$step] : self::DEFAULT_WIZARD_ROUTE;
    }