You are here

public function ExposedFormCache::reset in Zircon Profile 8

Same name and namespace in other branches
  1. 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\views

Code

public function reset() {
  $this->cache = array();
}