Skip to content
Snippets Groups Projects

Draft: Issue #2913497 by Martin: Save the Views exposed form for later use

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ class ExposedFormCache {
*/
public function setForm($view_id, $display_id, array $form_output) {
// Save the form output.
$views_exposed[$view_id][$display_id] = $form_output;
$this->cache[$view_id][$display_id] = $form_output;
}
/**
Loading