You are here

public function MailingListInterface::setLimitByUser in Mailing List 8

Sets the maximum number of subscriptions per user.

Parameters

int $limit: The limit value.

1 method overrides MailingListInterface::setLimitByUser()
MailingList::setLimitByUser in src/Entity/MailingList.php
Sets the maximum number of subscriptions per user.

File

src/MailingListInterface.php, line 42

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function setLimitByUser($limit);