public function SavedSearchTypeInterface::getOptions in Search API Saved Searches 8
Retrieves the type options.
Return value
array The options set for this type.
1 method overrides SavedSearchTypeInterface::getOptions()
- SavedSearchType::getOptions in src/
Entity/ SavedSearchType.php - Retrieves the type options.
File
- src/
SavedSearchTypeInterface.php, line 117
Class
- SavedSearchTypeInterface
- Provides an interface for saved search types.
Namespace
Drupal\search_api_saved_searchesCode
public function getOptions();