You are here

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

Federated search's theme implementation for a search form block.

Available variables:

  • search_form: The content of this block.

File

templates/search-api-federated-solr-block.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Federated search's theme implementation for a search form block.
  5. *
  6. * Available variables:
  7. * - search_form: The content of this block.
  8. *
  9. * @see template_preprocess_block()
  10. * @see search_preprocess_block()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. {{ search_form }}