protected property ThemeRegistry::$persistable in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Utility/ThemeRegistry.php \Drupal\Core\Utility\ThemeRegistry::persistable
Whether the partial registry can be persisted to the cache.
This is only allowed if all modules and the request method is GET. _theme() should be very rarely called on POST requests and this avoids polluting the runtime cache.
File
- core/
lib/ Drupal/ Core/ Utility/ ThemeRegistry.php, line 33 - Contains \Drupal\Core\Utility\ThemeRegistry.
Class
- ThemeRegistry
- Builds the run-time theme registry.
Namespace
Drupal\Core\UtilityCode
protected $persistable;