public function MessageNotifierInterface::setMessage in Message Notify 8
Set the message object for the notifier.
Parameters
\Drupal\message\MessageInterface $message: The message object.
1 method overrides MessageNotifierInterface::setMessage()
- MessageNotifierBase::setMessage in src/
Plugin/ Notifier/ MessageNotifierBase.php - Set the message object for the notifier.
File
- src/
Plugin/ Notifier/ MessageNotifierInterface.php, line 59
Class
- MessageNotifierInterface
- Additional behaviors for a Entity Reference field.
Namespace
Drupal\message_notify\Plugin\NotifierCode
public function setMessage(MessageInterface $message);