form--search-block-form.html.twig
Same filename in this branch
Same filename in other branches
Default theme implementation for a 'form' element.
Available variables:
- attributes: A list of HTML attributes for the wrapper element.
- children: The child elements of the form.
See also
File
-
core/
themes/ bartik/ templates/ form--search-block-form.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation for a 'form' element.
- *
- * Available variables:
- * - attributes: A list of HTML attributes for the wrapper element.
- * - children: The child elements of the form.
- *
- * @see template_preprocess_form()
- */
- #}
- <form{{ attributes.addClass('search-form', 'search-block-form') }}>
- {{ children }}
- </form>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.