public function MessageNotifierInterface::deliver in Message Notify 7.2
Deliver a message via the required transport method.
Parameters
$output: Array keyed by the view mode, and the rendered entity in the specified view mode.
Return value
TRUE or FALSE based on delivery status.
1 method overrides MessageNotifierInterface::deliver()
- MessageNotifierBase::deliver in plugins/
notifier/ abstract.inc - Deliver a message via the required transport method.
File
- plugins/
notifier/ abstract.inc, line 40
Class
- MessageNotifierInterface
- Additional behaviors for a Entity Reference field.
Code
public function deliver(array $output = array());