You are here

public function MessageNotifierBase::access in Message Notify 8

Determine if user can access notifier.

Overrides MessageNotifierInterface::access

File

src/Plugin/Notifier/MessageNotifierBase.php, line 174

Class

MessageNotifierBase
An abstract implementation of MessageNotifierInterface.

Namespace

Drupal\message_notify\Plugin\Notifier

Code

public function access() {
  return TRUE;
}