public function MailingListInterface::setLimitByEmail in Mailing List 8
Sets the maximum number of subscriptions per email address.
Parameters
int $limit: The limit value.
1 method overrides MailingListInterface::setLimitByEmail()
- MailingList::setLimitByEmail in src/
Entity/ MailingList.php - Sets the maximum number of subscriptions per email address.
File
- src/
MailingListInterface.php, line 74
Class
- MailingListInterface
- Provides an interface defining a mailing list entity.
Namespace
Drupal\mailing_listCode
public function setLimitByEmail($limit);