Gets the PHP code storage object to use for the compiled Twig files.
\Drupal\Component\PhpStorage\PhpStorageInterface
protected function storage() {
if (!isset($this->storage)) {
$this->storage = PhpStorageFactory::get('twig');
}
return $this->storage;
}