Pimcore\Controller\Plugin\EuCookieLawNotice::getTemplateCode PHP Method

getTemplateCode() public method

public getTemplateCode ( ) : string
return string
    public function getTemplateCode()
    {
        if (!$this->templateCode) {
            $this->templateCode = file_get_contents(__DIR__ . "/EuCookieLawNotice/template.html");
        }
        return $this->templateCode;
    }