You are here

public function Page::getDescription in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/Entity/Page.php \Drupal\page_manager\Entity\Page::getDescription()

Returns the description for the page entity.

Return value

string The description for the page entity.

Overrides PageInterface::getDescription

File

src/Entity/Page.php, line 137
Contains \Drupal\page_manager\Entity\Page.

Class

Page
Defines a Page entity class.

Namespace

Drupal\page_manager\Entity

Code

public function getDescription() {
  return $this->description;
}