You are here

public function EmailAttachmentEvaluatorInterface::evaluateAttachments in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/Service/EmailAttachmentEvaluatorInterface.php \Drupal\easy_email\Service\EmailAttachmentEvaluatorInterface::evaluateAttachments()

Evaluate the attachments in entity email fields.

Parameters

\Drupal\easy_email\Entity\EasyEmailInterface $email: The email entity

string|bool $save_attachment_to: URI of the destination directory to save the dynamic file attachments, FALSE to bypass saving dynamic attachments.

1 method overrides EmailAttachmentEvaluatorInterface::evaluateAttachments()
EmailAttachmentEvaluator::evaluateAttachments in src/Service/EmailAttachmentEvaluator.php
@inheritDoc

File

src/Service/EmailAttachmentEvaluatorInterface.php, line 19

Class

EmailAttachmentEvaluatorInterface

Namespace

Drupal\easy_email\Service

Code

public function evaluateAttachments(EasyEmailInterface $email, $save_attachment_to = FALSE);