public function MailingList::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.
Overrides MailingListInterface::isCrossAccessAllowed
File
- src/
Entity/ MailingList.php, line 224
Class
- MailingList
- Defines the mailing list configuration entity.
Namespace
Drupal\mailing_list\EntityCode
public function isCrossAccessAllowed() {
return $this->cross_access;
}