You are here

public function DeliveryCandidateInterface::setFlags in Message Subscribe 8

Sets the flags.

Parameters

array $flag_ids: An array of flag IDs.

Return value

static Return the object.

1 method overrides DeliveryCandidateInterface::setFlags()
DeliveryCandidate::setFlags in src/Subscribers/DeliveryCandidate.php
Sets the flags.

File

src/Subscribers/DeliveryCandidateInterface.php, line 27

Class

DeliveryCandidateInterface
Defines a subscription delivery candidate interface.

Namespace

Drupal\message_subscribe\Subscribers

Code

public function setFlags(array $flag_ids);