You are here

public function SearchApiPageInterface::getStyle in Search API Pages 8

Get the style to render the search results in.

Return value

string The style.

1 method overrides SearchApiPageInterface::getStyle()
SearchApiPage::getStyle in src/Entity/SearchApiPage.php
Get the style to render the search results in.

File

src/SearchApiPageInterface.php, line 67

Class

SearchApiPageInterface
Provides an interface for defining Search page entities.

Namespace

Drupal\search_api_page

Code

public function getStyle();