public function ChannelInterface::sendMessage in Courier 8
Same name and namespace in other branches
- 2.x src/ChannelInterface.php \Drupal\courier\ChannelInterface::sendMessage()
Sends this message.
Parameters
array $options: Miscellaneous options to pass to the sender.
1 method overrides ChannelInterface::sendMessage()
- ChannelBase::sendMessage in src/
ChannelBase.php - Sends this message.
File
- src/
ChannelInterface.php, line 44 - Contains \Drupal\courier\ChannelInterface.
Class
- ChannelInterface
- Defines an interface for channels (templates).
Namespace
Drupal\courierCode
public function sendMessage(array $options = []);