You are here

public function DeliveryCandidateInterface::getNotifiers in Message Subscribe 8

Get the notifier IDs.

Return value

string[] An array of message notifier plugin IDs.

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

File

src/Subscribers/DeliveryCandidateInterface.php, line 57

Class

DeliveryCandidateInterface
Defines a subscription delivery candidate interface.

Namespace

Drupal\message_subscribe\Subscribers

Code

public function getNotifiers();