You are here

public function SubscriptionInterface::getListId in Mailing List 8

Gets the mailing list ID to which this subscription belongs.

Return value

string The mailing list ID.

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

File

src/SubscriptionInterface.php, line 30

Class

SubscriptionInterface
Provides an interface defining a subscription entity.

Namespace

Drupal\mailing_list

Code

public function getListId();