public function MessageNotifier::__construct in Message Notify 8
Constructs the message notifier.
Parameters
\Drupal\message_notify\Plugin\Notifier\Manager $notifier_manager: The notifier plugin manager.
File
- src/
MessageNotifier.php, line 27
Class
- MessageNotifier
- Prepare and send notifications.
Namespace
Drupal\message_notifyCode
public function __construct(Manager $notifier_manager) {
$this->notifierManager = $notifier_manager;
}