You are here

public function MailingList::getInactiveLifetime in Mailing List 8

Gets the inactive subscriptions lifetime for this mailing list.

Return value

int Max inactive subscriptions lifetime in seconds.

Overrides MailingListInterface::getInactiveLifetime

File

src/Entity/MailingList.php, line 168

Class

MailingList
Defines the mailing list configuration entity.

Namespace

Drupal\mailing_list\Entity

Code

public function getInactiveLifetime() {
  return $this->inactive_subscriptions_liftime;
}