Symfony\Component\Templating\TemplateReference::getPath PHP Method

getPath() public method

By default, it just returns the template name.
public getPath ( ) : string
return string A path to the template or a resource
    public function getPath()
    {
        return $this->parameters['name'];
    }