You are here

public function EasyEmailInterface::getRecipientIds in Easy Email 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getRecipientIds()

Returns the entity recipient's user ID.

Return value

int[]|null The recipient user IDs, or NULL in case the recipient IDs field has not been set on the entity.

1 method overrides EasyEmailInterface::getRecipientIds()
EasyEmail::getRecipientIds in src/Entity/EasyEmail.php
@inheritDoc

File

src/Entity/EasyEmailInterface.php, line 80

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function getRecipientIds();