public function EmailAttachmentEvaluatorInterface::evaluateAttachments in Easy Email 8
Same name and namespace in other branches
- 2.0.x 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
Namespace
Drupal\easy_email\ServiceCode
public function evaluateAttachments(EasyEmailInterface $email, $save_attachment_to = FALSE);