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