views-exposed-form.html.twig in Drupal 10
Same filename in this branch
- 10 core/themes/claro/templates/views-exposed-form.html.twig
- 10 core/modules/views/templates/views-exposed-form.html.twig
- 10 core/themes/starterkit_theme/templates/views/views-exposed-form.html.twig
- 10 core/themes/classy/templates/views/views-exposed-form.html.twig
- 10 core/themes/stable9/templates/views/views-exposed-form.html.twig
- 10 core/themes/stable/templates/views/views-exposed-form.html.twig
- 10 core/themes/seven/templates/classy/views/views-exposed-form.html.twig
- 10 core/themes/bartik/templates/classy/views/views-exposed-form.html.twig
- 10 core/profiles/demo_umami/themes/umami/templates/classy/views/views-exposed-form.html.twig
Same filename and directory in other branches
Theme override for a views exposed form.
Available variables:
- form: A render element representing the form.
See also
File
core/themes/claro/templates/views-exposed-form.html.twigView source
- {#
- /**
- * @file
- * Theme override for a views exposed form.
- *
- * Available variables:
- * - form: A render element representing the form.
- *
- * @see template_preprocess_views_exposed_form()
- */
- #}
- {% 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 }}