module-filter.html.twig in Module Filter 8
Default theme implementation for a 'module_filter' #type form element.
Available variables
- attributes: A list of HTML attributes for the wrapper element.
- children: The rendered radios.
See also
1 theme call to module-filter.html.twig
- ModuleFilter::getInfo in src/Element/ ModuleFilter.php 
- Returns the element properties for this element.
File
templates/module-filter.html.twigView source
- {#
- /**
-  * @file
-  * Default theme implementation for a 'module_filter' #type form element.
-  *
-  * Available variables
-  * - attributes: A list of HTML attributes for the wrapper element.
-  * - children: The rendered radios.
-  *
-  * @see template_preprocess_module_filter()
-  *
-  * @ingroup themeable
-  */
- #}
- <div class="module-filter-inputs-wrapper">{{ element }}</div>
