You are here

public function MessageNotifierInterface::send in Message Notify 8

Entry point to send and process a message.

Return value

bool TRUE or FALSE based on delivery status.

1 method overrides MessageNotifierInterface::send()
MessageNotifierBase::send in src/Plugin/Notifier/MessageNotifierBase.php
Entry point to send and process a message.

File

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

Class

MessageNotifierInterface
Additional behaviors for a Entity Reference field.

Namespace

Drupal\message_notify\Plugin\Notifier

Code

public function send();