You are here

public function MailingListInterface::isCrossAccessAllowed in Mailing List 8

Check if subscription cross access is allowed for this mailing list.

Return value

bool TRUE when user cross access is allowd, FALSE otherwise.

1 method overrides MailingListInterface::isCrossAccessAllowed()
MailingList::isCrossAccessAllowed in src/Entity/MailingList.php
Check if subscription cross access is allowed for this mailing list.

File

src/MailingListInterface.php, line 82

Class

MailingListInterface
Provides an interface defining a mailing list entity.

Namespace

Drupal\mailing_list

Code

public function isCrossAccessAllowed();