Returns the content of the resource.
string The content
Overrides ResourceInterface::getContent
public function getContent() { try { return $this->loader ->getSource($this->name); } catch (\Twig_Error_Loader $e) { return ''; } }