views-exposed-form.html.twig
Same filename in this branch
- 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/views/views-exposed-form.html.twig
- 8.9.x core/themes/seven/templates/classy/views/views-exposed-form.html.twig
- 8.9.x core/themes/claro/templates/views-exposed-form.html.twig
- 8.9.x core/themes/bartik/templates/classy/views/views-exposed-form.html.twig
- 8.9.x core/themes/stable/templates/views/views-exposed-form.html.twig
- 8.9.x core/themes/classy/templates/views/views-exposed-form.html.twig
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/templates/classy/views/views-exposed-form.html.twig
- 9 core/themes/stable9/templates/views/views-exposed-form.html.twig
- 9 core/themes/seven/templates/classy/views/views-exposed-form.html.twig
- 9 core/themes/claro/templates/views-exposed-form.html.twig
- 9 core/themes/bartik/templates/classy/views/views-exposed-form.html.twig
- 9 core/themes/stable/templates/views/views-exposed-form.html.twig
- 9 core/themes/starterkit_theme/templates/views/views-exposed-form.html.twig
- 9 core/themes/classy/templates/views/views-exposed-form.html.twig
- 9 core/modules/views/templates/views-exposed-form.html.twig
- 10 core/profiles/demo_umami/themes/umami/templates/classy/views/views-exposed-form.html.twig
- 10 core/themes/stable9/templates/views/views-exposed-form.html.twig
- 10 core/themes/claro/templates/views-exposed-form.html.twig
- 10 core/themes/starterkit_theme/templates/views/views-exposed-form.html.twig
- 10 core/modules/views/templates/views-exposed-form.html.twig
- 11.x core/profiles/demo_umami/themes/umami/templates/classy/views/views-exposed-form.html.twig
- 11.x core/themes/stable9/templates/views/views-exposed-form.html.twig
- 11.x core/themes/claro/templates/views-exposed-form.html.twig
- 11.x core/themes/starterkit_theme/templates/views/views-exposed-form.html.twig
- 11.x core/modules/views/templates/views-exposed-form.html.twig
Default theme implementation of a views exposed form.
Available variables:
- form: A render element representing the form.
See also
template_preprocess_views_exposed_form()
File
-
core/
modules/ views/ templates/ views-exposed-form.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation of a views exposed form.
- *
- * Available variables:
- * - form: A render element representing the form.
- *
- * @see template_preprocess_views_exposed_form()
- *
- * @ingroup themeable
- */
- #}
- {% if q is not empty %}
- {#
- This ensures that, if clean URLs are off, the 'q' is added first,
- as a hidden form element, so that it shows up first in the POST URL.
- #}
- {{ q }}
- {% endif %}
- {{ form }}
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.