You are here

public function EmailHandlerInterface::preview in Easy Email 2.0.x

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

Parameters

\Drupal\easy_email\Entity\EasyEmailInterface $email:

array $params:

Return value

array

1 method overrides EmailHandlerInterface::preview()
EmailHandler::preview in src/Service/EmailHandler.php
@inheritDoc

File

src/Service/EmailHandlerInterface.php, line 51

Class

EmailHandlerInterface

Namespace

Drupal\easy_email\Service

Code

public function preview(EasyEmailInterface $email, $params = []);