Backend\Core\Engine\Base\Widget::getTemplatePath PHP Method

getTemplatePath() public method

Get the template path
public getTemplatePath ( ) : mixed
return mixed
    public function getTemplatePath()
    {
        return $this->templatePath;
    }