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