You are here

public function MessageNotifierInterface::__construct in Message Notify 7.2

Constructor for the notifier.

Parameters

$plugin: The notifier plugin object. Note the "options" values might have been overriden in message_notify_send_message().

Message $message: The Message entity.

1 method overrides MessageNotifierInterface::__construct()
MessageNotifierBase::__construct in plugins/notifier/abstract.inc
Constructor for the notifier.

File

plugins/notifier/abstract.inc, line 20

Class

MessageNotifierInterface
Additional behaviors for a Entity Reference field.

Code

public function __construct($plugin, Message $message);