You are here

protected property TwigPhpStorageCache::$storage in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Template/TwigPhpStorageCache.php \Drupal\Core\Template\TwigPhpStorageCache::storage

The PhpStorage object used for storing the templates.

Type: \Drupal\Component\PhpStorage\PhpStorageInterface

File

core/lib/Drupal/Core/Template/TwigPhpStorageCache.php, line 38

Class

TwigPhpStorageCache
Provides an alternate cache storage for Twig using PhpStorage.

Namespace

Drupal\Core\Template

Code

protected $storage;