You are here

public function SearchApiPage::getPath in Search API Pages 8

Return the path.

Return value

string The path.

Overrides SearchApiPageInterface::getPath

File

src/Entity/SearchApiPage.php, line 152

Class

SearchApiPage
Defines the Search page entity.

Namespace

Drupal\search_api_page\Entity

Code

public function getPath() {
  return $this->path;
}