You are here

public function MailingListInterface::getOnCancellationMessage in Mailing List 8

Gets the cancellation message.

Return value

string The cancellation message.

1 method overrides MailingListInterface::getOnCancellationMessage()
MailingList::getOnCancellationMessage in src/Entity/MailingList.php
Gets the cancellation message.

File

src/MailingListInterface.php, line 106

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function getOnCancellationMessage();