You are here

public function MailingListInterface::setFormDestination in Mailing List 8

Sets the subscription form destination config option.

Parameters

string $destination: The form destination.

1 method overrides MailingListInterface::setFormDestination()
MailingList::setFormDestination in src/Entity/MailingList.php
Sets the subscription form destination config option.

File

src/MailingListInterface.php, line 130

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function setFormDestination($destination);