StackFormation\Template::getProcessedTemplate PHP Method

getProcessedTemplate() public method

    public function getProcessedTemplate()
    {
        return $this->cache->get(__METHOD__, function () {
            return $this->preProcessor->processJson($this->getFileContent(), $this->getBasePath());
        });
    }