public function SearchApiPage::getIndex in Search API Pages 8
Return the search api index.
Return value
string The index.
Overrides SearchApiPageInterface::getIndex
1 call to SearchApiPage::getIndex()
- SearchApiPage::getViewModeConfiguration in src/
Entity/ SearchApiPage.php - Get the view mode configuration per entity for rendering.
File
- src/
Entity/ SearchApiPage.php, line 166
Class
- SearchApiPage
- Defines the Search page entity.
Namespace
Drupal\search_api_page\EntityCode
public function getIndex() {
return $this->index;
}