public function DeliveryCandidateInterface::removeFlag in Message Subscribe 8
Remove a flag.
Parameters
string $flag_id: The flag ID to remove.
Return value
static Return the object.
1 method overrides DeliveryCandidateInterface::removeFlag()
- DeliveryCandidate::removeFlag in src/
Subscribers/ DeliveryCandidate.php - Remove a flag.
File
- src/
Subscribers/ DeliveryCandidateInterface.php, line 49
Class
- DeliveryCandidateInterface
- Defines a subscription delivery candidate interface.
Namespace
Drupal\message_subscribe\SubscribersCode
public function removeFlag($flag_id);