Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardRoutes::getStepRoute PHP 메소드

getStepRoute() 공개 메소드

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