interface MailInterface

Defines an interface for pluggable mail back-ends.

Hierarchy

Expanded class hierarchy of MailInterface

All classes that implement MailInterface

2 files declare their use of MailInterface

File

drupal/core/lib/Drupal/Core/Mail/MailInterface.php, line 13
Definition of Drupal\Core\Mail\MailInterface.

Namespace

Drupal\Core\Mail
View source

Members

Namesort descending Modifiers Type Description Overrides
MailInterface::format public function Formats a message composed by drupal_mail() prior sending. 2
MailInterface::mail public function Sends a message composed by drupal_mail(). 2