Neos\FluidAdaptor\View\StandaloneView::getTemplatePathAndFilename PHP Method

getTemplatePathAndFilename() public method

Returns the absolute path to a Fluid template file if it was specified with setTemplatePathAndFilename() before
public getTemplatePathAndFilename ( ) : string
return string Fluid template path
    public function getTemplatePathAndFilename()
    {
        return $this->baseRenderingContext->getTemplatePaths()->getTemplatePathAndFilename();
    }