public function PageInterface::getPath in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageInterface.php \Drupal\page_manager\PageInterface::getPath()
Returns the path for the page entity.
Return value
string The path for the page entity.
1 method overrides PageInterface::getPath()
- Page::getPath in src/
Entity/ Page.php - Returns the path for the page entity.
File
- src/
PageInterface.php, line 36
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function getPath();