ExposedFormCache::reset

public ExposedFormCache::reset()

Rests the form cache.

File

core/modules/views/src/ExposedFormCache.php, line 58

Class

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

Namespace

Drupal\views

Code

1
2
3
public function reset() {
  $this->cache = array();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.