public function MailingList::setFormDestination in Mailing List 8
Sets the subscription form destination config option.
Parameters
string $destination: The form destination.
Overrides MailingListInterface::setFormDestination
File
- src/
Entity/ MailingList.php, line 217
Class
- MailingList
- Defines the mailing list configuration entity.
Namespace
Drupal\mailing_list\EntityCode
public function setFormDestination($destination) {
$this->form_destination = $destination;
}