public function SearchApiPage::getStyle in Search API Pages 8
Get the style to render the search results in.
Return value
string The style.
Overrides SearchApiPageInterface::getStyle
2 calls to SearchApiPage::getStyle()
- SearchApiPage::renderAsSnippets in src/
Entity/ SearchApiPage.php - Whether to render the results as snippets.
- SearchApiPage::renderAsViewModes in src/
Entity/ SearchApiPage.php - Whether to render the results as view modes.
File
- src/
Entity/ SearchApiPage.php, line 207
Class
- SearchApiPage
- Defines the Search page entity.
Namespace
Drupal\search_api_page\EntityCode
public function getStyle() {
return $this->style;
}