public function SearchApiPageInterface::renderAsSnippets in Search API Pages 8
Whether to render the results as snippets.
Return value
bool TRUE when rendering as snippets.
1 method overrides SearchApiPageInterface::renderAsSnippets()
- SearchApiPage::renderAsSnippets in src/
Entity/ SearchApiPage.php - Whether to render the results as snippets.
File
- src/
SearchApiPageInterface.php, line 91
Class
- SearchApiPageInterface
- Provides an interface for defining Search page entities.
Namespace
Drupal\search_api_pageCode
public function renderAsSnippets();