You are here

public function MailingListInterface::getInactiveLifetime in Mailing List 8

Gets the inactive subscriptions lifetime for this mailing list.

Return value

int Max inactive subscriptions lifetime in seconds.

1 method overrides MailingListInterface::getInactiveLifetime()
MailingList::getInactiveLifetime in src/Entity/MailingList.php
Gets the inactive subscriptions lifetime for this mailing list.

File

src/MailingListInterface.php, line 50

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function getInactiveLifetime();