You are here

public function MailingList::getFormDestination in Mailing List 8

Gets the subscription form destination config option.

Return value

string The form destination.

Overrides MailingListInterface::getFormDestination

File

src/Entity/MailingList.php, line 210

Class

MailingList
Defines the mailing list configuration entity.

Namespace

Drupal\mailing_list\Entity

Code

public function getFormDestination() {
  return $this->form_destination;
}