input.html.twig
Theme override for an 'input' #type form element.
Available variables:
- attributes: A list of HTML attributes for the input element.
- children: Optional additional rendered elements.
See also
17 theme calls to input.html.twig
- Checkbox::getInfo in core/lib/ Drupal/ Core/ Render/ Element/ Checkbox.php 
- Returns the element properties for this element.
- Color::getInfo in core/lib/ Drupal/ Core/ Render/ Element/ Color.php 
- Returns the element properties for this element.
- Date::getInfo in core/lib/ Drupal/ Core/ Render/ Element/ Date.php 
- Returns the element properties for this element.
- Email::getInfo in core/lib/ Drupal/ Core/ Render/ Element/ Email.php 
- Returns the element properties for this element.
- File::getInfo in core/lib/ Drupal/ Core/ Render/ Element/ File.php 
- Returns the element properties for this element.
File
- 
              core/themes/ starterkit_theme/ templates/ form/ input.html.twig 
View source
- {#
- /**
-  * @file
-  * Theme override for an 'input' #type form element.
-  *
-  * Available variables:
-  * - attributes: A list of HTML attributes for the input element.
-  * - children: Optional additional rendered elements.
-  *
-  * @see template_preprocess_input()
-  */
- #}
- <input{{ attributes }} />{{ children }}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
