You are here

public function DeliveryCandidateInterface::removeNotifier in Message Subscribe 8

Remove a notifier.

Parameters

string $notifier_id: The notifier ID to remove.

Return value

static Return the object.

1 method overrides DeliveryCandidateInterface::removeNotifier()
DeliveryCandidate::removeNotifier in src/Subscribers/DeliveryCandidate.php
Remove a notifier.

File

src/Subscribers/DeliveryCandidateInterface.php, line 90

Class

DeliveryCandidateInterface
Defines a subscription delivery candidate interface.

Namespace

Drupal\message_subscribe\Subscribers

Code

public function removeNotifier($notifier_id);