You are here

public function EasyEmailInterface::getAttachments in Easy Email 8

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

Returns the entity file attachment entities.

Return value

\Drupal\file\FileInterface[] The file attachment entities.

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

File

src/Entity/EasyEmailInterface.php, line 449

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function getAttachments();