You are here

public function SavedSearchType::getOptions in Search API Saved Searches 8

Retrieves the type options.

Return value

array The options set for this type.

Overrides SavedSearchTypeInterface::getOptions

File

src/Entity/SavedSearchType.php, line 433

Class

SavedSearchType
Provides an entity type for configuring how searches can be saved.

Namespace

Drupal\search_api_saved_searches\Entity

Code

public function getOptions() {
  return $this->options;
}