public function SearchPage::getPath in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/search/src/Entity/SearchPage.php \Drupal\search\Entity\SearchPage::getPath()
Returns the path for the search.
Return value
string The part of the path for this search page that comes after 'search'.
Overrides SearchPageInterface::getPath
File
- core/
modules/ search/ src/ Entity/ SearchPage.php, line 165 - Contains \Drupal\search\Entity\SearchPage.
Class
- SearchPage
- Defines a configured search page.
Namespace
Drupal\search\EntityCode
public function getPath() {
return $this->path;
}