You are here

public function SubscriptionInterface::getList in Mailing List 8

Gets the mailing list to which this subscription belongs.

Return value

\Drupal\mailing_list\MailingListInterface The mailing list.

1 method overrides SubscriptionInterface::getList()
Subscription::getList in src/Entity/Subscription.php
Gets the mailing list to which this subscription belongs.

File

src/SubscriptionInterface.php, line 38

Class

SubscriptionInterface
Provides an interface defining a subscription entity.

Namespace

Drupal\mailing_list

Code

public function getList();