search-api-form-item-list.html.twig in Search API 8
Default theme implementation for displaying a list of form elements.
Available variables:
- items: The list of form items.
File
templates/search-api-form-item-list.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for displaying a list of form elements.
- *
- * Available variables:
- * - items: The list of form items.
- *
- * @see template_preprocess_search_api_form_item_list()
- *
- * @ingroup themeable
- */
- #}
- {{ items }}