You are here

public function ChannelInterface::sendMessage in Courier 2.x

Same name and namespace in other branches
  1. 8 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 39

Class

ChannelInterface
Defines an interface for channels (templates).

Namespace

Drupal\courier

Code

public function sendMessage(array $options = []);