public function SavedSearchInterface::getPath in Search API Saved Searches 8
Retrieves the path to the saved search's original search page.
Return value
string|null An internal path to the original search page for this saved search, or NULL if there was none set.
1 method overrides SavedSearchInterface::getPath()
- SavedSearch::getPath in src/
Entity/ SavedSearch.php - Retrieves the path to the saved search's original search page.
File
- src/
SavedSearchInterface.php, line 51
Class
- SavedSearchInterface
- Provides an interface for saved search entities.
Namespace
Drupal\search_api_saved_searchesCode
public function getPath();