public function MailingListInterface::getFormDestination in Mailing List 8
Gets the subscription form destination config option.
Return value
string The form destination.
1 method overrides MailingListInterface::getFormDestination()
- MailingList::getFormDestination in src/
Entity/ MailingList.php - Gets the subscription form destination config option.
File
- src/
MailingListInterface.php, line 122
Class
- MailingListInterface
- Provides an interface defining a mailing list entity.
Namespace
Drupal\mailing_listCode
public function getFormDestination();