Search for mail
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
class | core/ |
Defines a Mail annotation object. | |
class | core/ |
Provides helpers to ensure emails are compliant with RFCs. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EmailValidatorInterface | interface | core/ |
Validates email addresses. |
EmailValidatorInterface.php | file | core/ |
|
EmailValidatorInterface::isValid | function | core/ |
Validates an email address. |
EmailValidatorTest | class | core/ |
Tests the EmailValidator utility class. |
EmailValidatorTest.php | file | core/ |
|
EmailValidatorTest::testIsValid | function | core/ |
@covers ::isValid |
EmailValidatorTest::testIsValidException | function | core/ |
@covers ::isValid |
FormTestEmailForm | class | core/ |
Form constructor for testing #type 'email' elements. |
FormTestEmailForm.php | file | core/ |
|
FormTestEmailForm::buildForm | function | core/ |
Form constructor. |
FormTestEmailForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestEmailForm::submitForm | function | core/ |
Form submission handler. |
hook_mail | function | core/ |
Prepares a message based on parameters. |
hook_mail_alter | function | core/ |
Alter an email message created with MailManagerInterface->mail(). |
hook_mail_backend_info_alter | function | core/ |
Alter the list of mail backend plugin definitions. |
InstallerSiteConfigProfileTest::EXPECTED_SITE_MAIL | constant | core/ |
The site mail we expect to be set from the install profile. |
class | core/ |
Provides helpers to ensure emails are compliant with RFCs. | |
class | core/ |
Defines a Mail annotation object. | |
Mail.php | file | core/ |
|
Mail.php | file | core/ |
|
Mail::$description | property | core/ |
A short description of the mail plugin. |
Mail::$id | property | core/ |
The plugin ID. |
Mail::$label | property | core/ |
The human-readable name of the mail plugin. |
Mail::formatDisplayName | function | core/ |
Return a RFC-2822 compliant "display-name" component. |
Mail::RFC_2822_SPECIALS | constant | core/ |
RFC-2822 "specials" characters. |
MailCaptureTest | class | core/ |
Tests the collection of emails during testing. |
MailCaptureTest.php | file | core/ |
|
MailCaptureTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
MailCaptureTest::testMailSend | function | core/ |
Tests to see if the wrapper function is executed correctly. |
MailFormatHelper | class | core/ |
Defines a class containing utility methods for formatting mail messages. |
MailFormatHelper.php | file | core/ |
|
MailFormatHelper::$regexp | property | core/ |
Quoted regex expression based on base path. |
MailFormatHelper::$supportedTags | property | core/ |
Array of tags supported. |
MailFormatHelper::$urls | property | core/ |
Internal array of urls replaced with tokens. |
MailFormatHelper::htmlToMailUrls | function | core/ |
Keeps track of URLs and replaces them with placeholder tokens. |
MailFormatHelper::htmlToText | function | core/ |
Transforms an HTML string into plain text, preserving its structure. |
MailFormatHelper::htmlToTextClean | function | core/ |
Replaces non-quotation markers from a piece of indentation with spaces. |
MailFormatHelper::htmlToTextPad | function | core/ |
Pads the last line with the given character. |
MailFormatHelper::wrapMail | function | core/ |
Performs format=flowed soft wrapping for mail (RFC 3676). |
MailFormatHelper::wrapMailLine | function | core/ |
Wraps words on a single line. |
MailFormatHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\MailFormatHelper @group Mail |
MailFormatHelperTest.php | file | core/ |
|
MailFormatHelperTest::testWrapMail | function | core/ |
@covers ::wrapMail |
MailHandler | class | core/ |
Provides a class for handling assembly and dispatch of contact mail messages. |
MailHandler.php | file | core/ |
|
MailHandler::$languageManager | property | core/ |
Language manager service. |
MailHandler::$logger | property | core/ |
Logger service. |
MailHandler::$mailManager | property | core/ |
Mail manager service. |
MailHandler::$userStorage | property | core/ |
The user entity storage handler. |
MailHandler::sendMailMessages | function | core/ |
Sends mail messages as appropriate for a given Message form submission. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.