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 |
|---|---|---|---|
| EmailTest::$modules | property | core/ |
Modules to enable. |
| EmailTest::testFormEmail | function | core/ |
Tests that #type 'email' fields are properly validated. |
| EmailValidator | class | core/ |
Validates email addresses. |
| EmailValidator.php | file | core/ |
|
| EmailValidator::isValid | function | core/ |
Validates an email address. |
| 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[[api-linebreak]] |
| EmailValidatorTest::testIsValidException | function | core/ |
@covers ::isValid[[api-linebreak]] |
| EmailWidgetSizeSettingUpdateTest | class | core/ |
Tests the update for the 'size' setting of the 'email_default' field widget. |
| EmailWidgetSizeSettingUpdateTest.php | file | core/ |
|
| EmailWidgetSizeSettingUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| EmailWidgetSizeSettingUpdateTest::testFieldPostUpdateEmailWidgetSizeSetting | function | core/ |
Tests field_post_update_email_widget_size_setting(). |
| field_post_update_email_widget_size_setting | function | core/ |
Adds the 'size' setting for email widgets. |
| 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/ |
Defines a Mail annotation object. | |
| class | core/ |
Provides helpers to ensure emails are compliant with RFCs. | |
| 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 SimpleTest email capturing logic, the assertMail assertion and the drupalGetMails function. |
| MailCaptureTest.php | file | core/ |
|
| MailCaptureTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MailCaptureTest::testMailSend | function | core/ |
Test 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. |
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.