public function DeliveryCandidate::getNotifiers in Message Subscribe 8
Get the notifier IDs.
Return value
string[] An array of message notifier plugin IDs.
Overrides DeliveryCandidateInterface::getNotifiers
File
- src/
Subscribers/ DeliveryCandidate.php, line 97
Class
- DeliveryCandidate
- A delivery candidate implementation.
Namespace
Drupal\message_subscribe\SubscribersCode
public function getNotifiers() {
return array_unique($this->notifiers);
}