You are here

public function AuthorPane::getDescription in Author Pane 8.3

Returns the author pane description.

Return value

string

File

src/Entity/AuthorPane.php, line 88
Contains \Drupal\author_pane\Entity\AuthorPane.

Class

AuthorPane
Defines an AuthorPane configuration entity class.

Namespace

Drupal\author_pane\Entity

Code

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