You are here

search-api-federated-solr-block-form.html.twig in Search API Federated Solr 8.3

Theme override for a 'form' element.

Available variables

  • attributes: A list of HTML attributes for the wrapper element.
  • form: The form element array.

File

templates/search-api-federated-solr-block-form.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a 'form' element.
  5. *
  6. * Available variables
  7. * - attributes: A list of HTML attributes for the wrapper element.
  8. * - form: The form element array.
  9. *
  10. * @see template_preprocess_form()
  11. */
  12. #}
  13. <div class="container-inline">
  14. {{ form }}
  15. </div>