Elcodi\Store\CoreBundle\Twig\TemplateLocatorExtension::locateTemplate PHP Method

locateTemplate() public method

Return the referrer
public locateTemplate ( string $templatePath ) : string
$templatePath string Template path
return string found template path
    public function locateTemplate($templatePath)
    {
        return $this->container->get('elcodi_store.template_locator.core')->locate($templatePath);
    }