You are here

public function MailingListInterface::getDescription in Mailing List 8

Gets the description.

Return value

string The description of this mailing list.

1 method overrides MailingListInterface::getDescription()
MailingList::getDescription in src/Entity/MailingList.php
Gets the description.

File

src/MailingListInterface.php, line 26

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function getDescription();