You are here

public function EasyEmailInterface::getAttachmentIds in Easy Email 2.0.x

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

Returns the entity file attachments IDs.

Return value

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

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

File

src/Entity/EasyEmailInterface.php, line 468

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function getAttachmentIds();