You are here

constant SWIFTMAILER_FORMAT_HTML in Swift Mailer 8

Same name in this branch
  1. 8 swiftmailer.module \SWIFTMAILER_FORMAT_HTML
  2. 8 tests/src/Unit/Plugin/Mail/SwiftMailerTest.php \Drupal\Tests\swiftmailer\Unit\Plugin\Mail\SWIFTMAILER_FORMAT_HTML
10 uses of SWIFTMAILER_FORMAT_HTML
MessagesForm::buildForm in src/Form/MessagesForm.php
Form constructor.
SwiftMailer::format in src/Plugin/Mail/SwiftMailer.php
Formats a message composed by drupal_mail().
SwiftMailer::mail in src/Plugin/Mail/SwiftMailer.php
Sends a message composed by drupal_mail().
SwiftMailer::massageMessageBody in src/Plugin/Mail/SwiftMailer.php
Massages the message body into the format expected for rendering.
SwiftMailerAlterTest::testGeneratePlainTextVersion in tests/src/Functional/SwiftMailerAlterTest.php
Create plain text version from body.

... See full list

File

tests/src/Unit/Plugin/Mail/SwiftMailerTest.php, line 10

Namespace

Drupal\Tests\swiftmailer\Unit\Plugin\Mail

Code

define('SWIFTMAILER_FORMAT_HTML', 'text/html');