You are here

public function MailingList::getDescription in Mailing List 8

Gets the description.

Return value

string The description of this mailing list.

Overrides MailingListInterface::getDescription

File

src/Entity/MailingList.php, line 133

Class

MailingList
Defines the mailing list configuration entity.

Namespace

Drupal\mailing_list\Entity

Code

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