Elcodi\Bridge\BehatBridgeBundle\Abstracts\AbstractElcodiContext::getUrlGenerator PHP Method

getUrlGenerator() public method

** Get url generator
public getUrlGenerator ( ) : Symfony\Component\Routing\Generator\UrlGeneratorInterface
return Symfony\Component\Routing\Generator\UrlGeneratorInterface Url generator
    public function getUrlGenerator()
    {
        return $this->getContainer()->get('router');
    }