search-api-federated-solr-block.html.twig in Search API Federated Solr 8.3
Same filename and directory in other branches
Federated search's theme implementation for a search form block.
Available variables:
- search_form: The content of this block.
1 theme call to search-api-federated-solr-block.html.twig
- FederatedSearchPageFormBlock::build in src/
Plugin/ Block/ FederatedSearchPageFormBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/search-api-federated-solr-block.html.twigView source
- {#
- /**
- * @file
- * Federated search's theme implementation for a search form block.
- *
- * Available variables:
- * - search_form: The content of this block.
- *
- * @see template_preprocess_block()
- * @see search_preprocess_block()
- *
- * @ingroup themeable
- */
- #}
- {{ search_form }}