You are here

public function DeliveryCandidateInterface::getFlags in Message Subscribe 8

Get the flags that triggered the subscription.

Return value

string[] An array of subscription flag IDs that triggered the notification.

1 method overrides DeliveryCandidateInterface::getFlags()
DeliveryCandidate::getFlags in src/Subscribers/DeliveryCandidate.php
Get the flags that triggered the subscription.

File

src/Subscribers/DeliveryCandidateInterface.php, line 16

Class

DeliveryCandidateInterface
Defines a subscription delivery candidate interface.

Namespace

Drupal\message_subscribe\Subscribers

Code

public function getFlags();