You are here

public function MessageNotifierBase::access in Message Notify 7.2

Determine if user can access notifier.

Overrides MessageNotifierInterface::access

File

plugins/notifier/abstract.inc, line 140

Class

MessageNotifierBase
An abstract implementation of MessageNotifierInterface.

Code

public function access() {
  return TRUE;
}