You are here

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

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

Returns the entity's dynamic attachment paths.

Return value

string[] The entity's dynamic attachment paths.

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

File

src/Entity/EasyEmailInterface.php, line 506

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function getAttachmentPaths();