You are here

public function MailingListInterface::getLimitByUser in Mailing List 8

Gets the maximum number of subscriptions per user.

Return value

int The limit value.

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

File

src/MailingListInterface.php, line 34

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function getLimitByUser();