protected property 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

includes/theme.inc, line 374
The theme system, which controls the output of Drupal.

Class

ThemeRegistry
Builds the run-time theme registry.

Code

protected $persistable;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!theme.inc/property/ThemeRegistry::persistable/7.x