public function Page::getPath in Page Manager 8
Same name and namespace in other branches
- 8.4 src/Entity/Page.php \Drupal\page_manager\Entity\Page::getPath()
Returns the path for the page entity.
Return value
string The path for the page entity.
Overrides PageInterface::getPath
2 calls to Page::getPath()
- Page::getParameterNames in src/
Entity/ Page.php - Gets the names of all parameters for this page.
- Page::usesAdminTheme in src/
Entity/ Page.php - Indicates if this page is an admin page or not.
File
- src/
Entity/ Page.php, line 144 - Contains \Drupal\page_manager\Entity\Page.
Class
- Page
- Defines a Page entity class.
Namespace
Drupal\page_manager\EntityCode
public function getPath() {
return $this->path;
}