public function MessageNotifierInterface::postSend in Message Notify 8
Act upon send result.
Parameters
bool $result: The result from delivery.
array $output: The message output array.
1 method overrides MessageNotifierInterface::postSend()
- MessageNotifierBase::postSend in src/
Plugin/ Notifier/ MessageNotifierBase.php - Save the rendered messages if needed. Invoke watchdog error on failure.
File
- src/
Plugin/ Notifier/ MessageNotifierInterface.php, line 46
Class
- MessageNotifierInterface
- Additional behaviors for a Entity Reference field.
Namespace
Drupal\message_notify\Plugin\NotifierCode
public function postSend($result, array $output = []);