public function DeliveryCandidate::getAccountId in Message Subscribe 8
Gets the account ID of the recipient.
Return value
int The user ID for the delivery.
Overrides DeliveryCandidateInterface::getAccountId
File
- src/
Subscribers/ DeliveryCandidate.php, line 112
Class
- DeliveryCandidate
- A delivery candidate implementation.
Namespace
Drupal\message_subscribe\SubscribersCode
public function getAccountId() {
return $this->uid;
}