You are here

protected property ExposedFormCache::$cache in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/ExposedFormCache.php \Drupal\views\ExposedFormCache::cache

Stores the exposed form data.

Type: array

File

core/modules/views/src/ExposedFormCache.php, line 22
Contains \Drupal\views\ExposedFormCache.

Class

ExposedFormCache
Caches exposed forms, as they are heavy to generate.

Namespace

Drupal\views

Code

protected $cache = array();