You are here

public function DeliveryCandidateInterface::setNotifiers in Message Subscribe 8

Sets the notifier IDs.

Parameters

string[] $notifier_ids: An array of notifier IDs.

Return value

static Return the object.

1 method overrides DeliveryCandidateInterface::setNotifiers()
DeliveryCandidate::setNotifiers in src/Subscribers/DeliveryCandidate.php
Sets the notifier IDs.

File

src/Subscribers/DeliveryCandidateInterface.php, line 68

Class

DeliveryCandidateInterface
Defines a subscription delivery candidate interface.

Namespace

Drupal\message_subscribe\Subscribers

Code

public function setNotifiers(array $notifier_ids);