You are here

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.

File

templates/module-filter.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a 'module_filter' #type form element.
  5. *
  6. * Available variables
  7. * - attributes: A list of HTML attributes for the wrapper element.
  8. * - children: The rendered radios.
  9. *
  10. * @see template_preprocess_module_filter()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. <div class="module-filter-inputs-wrapper">{{ element }}</div>