public function DeliveryCandidateInterface::setAccountId in Message Subscribe 8
Sets the account ID.
Parameters
int $uid: The account ID of the delivery candidate.
Return value
static Return the object.
1 method overrides DeliveryCandidateInterface::setAccountId()
- DeliveryCandidate::setAccountId in src/
Subscribers/ DeliveryCandidate.php - Sets the account ID.
File
- src/
Subscribers/ DeliveryCandidateInterface.php, line 109
Class
- DeliveryCandidateInterface
- Defines a subscription delivery candidate interface.
Namespace
Drupal\message_subscribe\SubscribersCode
public function setAccountId($uid);