You are here

public function DeliveryCandidateInterface::addNotifier in Message Subscribe 8

Adds a notifier.

Parameters

string $notifier_id: The notifier ID to add.

Return value

static Return the object.

1 method overrides DeliveryCandidateInterface::addNotifier()
DeliveryCandidate::addNotifier in src/Subscribers/DeliveryCandidate.php
Adds a notifier.

File

src/Subscribers/DeliveryCandidateInterface.php, line 79

Class

DeliveryCandidateInterface
Defines a subscription delivery candidate interface.

Namespace

Drupal\message_subscribe\Subscribers

Code

public function addNotifier($notifier_id);