You are here

public function DeliveryCandidateInterface::getAccountId in Message Subscribe 8

Gets the account ID of the recipient.

Return value

int The user ID for the delivery.

1 method overrides DeliveryCandidateInterface::getAccountId()
DeliveryCandidate::getAccountId in src/Subscribers/DeliveryCandidate.php
Gets the account ID of the recipient.

File

src/Subscribers/DeliveryCandidateInterface.php, line 98

Class

DeliveryCandidateInterface
Defines a subscription delivery candidate interface.

Namespace

Drupal\message_subscribe\Subscribers

Code

public function getAccountId();