You are here

public function MailingListInterface::setInactiveLifetime in Mailing List 8

Sets the inactive subscriptions lifetime for this mailing list.

Parameters

int $time: Max inactive subscriptions lifetime in seconds.

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

File

src/MailingListInterface.php, line 58

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function setInactiveLifetime($time);