public function ExposedFormCache::reset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/ExposedFormCache.php \Drupal\views\ExposedFormCache::reset()
Rests the form cache.
File
- core/
modules/ views/ src/ ExposedFormCache.php, line 63 - Contains \Drupal\views\ExposedFormCache.
Class
- ExposedFormCache
- Caches exposed forms, as they are heavy to generate.
Namespace
Drupal\viewsCode
public function reset() {
$this->cache = array();
}