Caches exposed forms, as they are heavy to generate.
Hierarchy
- class \Drupal\views\ExposedFormCache
See also
\Drupal\views\Form\ViewsExposedForm
File
- core/modules/views/src/ExposedFormCache.php, line 10
Namespace
Drupal\views
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ExposedFormCache::$cache | protected | property | Stores the exposed form data. |
ExposedFormCache::getForm | public | function | Retrieves the views exposed form from cache. |
ExposedFormCache::reset | public | function | Rests the form cache. |
ExposedFormCache::setForm | public | function | Save the Views exposed form for later use. |
Please login to continue.