You are here

public function MessageNotifierInterface::deliver in Message Notify 8

Deliver a message via the required transport method.

Parameters

array $output: Array keyed by the view mode, and the rendered entity in the specified view mode.

Return value

bool TRUE or FALSE based on delivery status.

1 call to MessageNotifierInterface::deliver()
MessageNotifierBase::send in src/Plugin/Notifier/MessageNotifierBase.php
Entry point to send and process a message.
3 methods override MessageNotifierInterface::deliver()
Email::deliver in src/Plugin/Notifier/Email.php
Deliver a message via the required transport method.
MessageNotifierTest::deliver in tests/modules/message_notify_test/src/Plugin/Notifier/MessageNotifierTest.php
Deliver a message via the required transport method.
Sms::deliver in src/Plugin/Notifier/Sms.php
Deliver a message via the required transport method.

File

src/Plugin/Notifier/MessageNotifierInterface.php, line 36

Class

MessageNotifierInterface
Additional behaviors for a Entity Reference field.

Namespace

Drupal\message_notify\Plugin\Notifier

Code

public function deliver(array $output = []);