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