public function EasyEmailInterface::getBCCIds in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getBCCIds()
Returns the entity BCC user ID.
Return value
int[]|null The BCC user IDs, or NULL in case the BCC IDs field has not been set on the entity.
1 method overrides EasyEmailInterface::getBCCIds()
- EasyEmail::getBCCIds in src/
Entity/ EasyEmail.php - @inheritDoc
File
- src/
Entity/ EasyEmailInterface.php, line 262
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function getBCCIds();