backdrop_mail_system |
function |
core/includes/mail.inc |
Returns an object that implements the MailSystemInterface interface. |
EmailExampleTestCase |
class |
modules/examples/email_example/tests/email_example.test |
Functionality tests for email example module. |
email_example.module |
file |
modules/examples/email_example/email_example.module |
Hook implementations for the Email Example module. |
email_field_validate |
function |
core/modules/email/email.module |
Implements hook_field_validate(). |
MailTestCase::format |
function |
core/modules/simpletest/tests/mail.test |
Concatenate and wrap the email body for plain-text mails. |
email_field_is_empty |
function |
core/modules/email/email.module |
Implements hook_field_is_empty(). |
simpletest_mail_alter |
function |
core/modules/simpletest/simpletest.module |
Implements hook_mail_alter(). |
USER_LOGIN_EMAIL_ONLY |
constant |
core/modules/user/user.module |
Users can login with email address only. |
form_test_email_submit |
function |
core/modules/simpletest/tests/form_test.module |
Form submission handler for form_test_email(). |
DefaultMailSystem::mail |
function |
core/modules/system/system.mail.inc |
Send an email message, using Backdrop variables and default settings. |
email_example_mail_send |
function |
modules/examples/email_example/email_example.module |
Sends an e-mail. |
TestingMailSystem::mail |
function |
core/modules/system/system.mail.inc |
Accept an email message and store it in a variable. |
email_field_widget_info |
function |
core/modules/email/email.module |
Implements hook_field_widget_info(). |
email_field_widget_form |
function |
core/modules/email/email.module |
Implements hook_field_widget_form(). |
_backdrop_wrap_mail_line |
function |
core/includes/mail.inc |
Wraps words on a single line. |
email_example_mail_alter |
function |
modules/examples/email_example/email_example.module |
Implements hook_mail_alter(). |
FormEmailTestCase::setUp |
function |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
email_field_widget_error |
function |
core/modules/email/email.module |
Implements hook_field_widget_error(). |
email_example.tests.info |
file |
modules/examples/email_example/tests/email_example.tests.info |
[EmailExampleTestCase]
name = Email example functionality
description = Verify email submission using the contact form.
group = Example modules
file = email_example.test |
MailSystemInterface::mail |
function |
core/includes/mail.inc |
Send a message composed by backdrop_mail(). |
DefaultMailSystem::format |
function |
core/modules/system/system.mail.inc |
Concatenate and wrap the email body for plain-text mails. |
email_example_form_submit |
function |
modules/examples/email_example/email_example.module |
Form submission logic for the contact form. |
EmailFieldTestCase::setUp |
function |
core/modules/email/tests/email.test |
Sets up a Backdrop site for running functional and integration tests. |
user_settings_email_submit |
function |
core/modules/user/user.admin.inc |
Form submission handler for user_settings_email(). |
email_field_formatter_info |
function |
core/modules/email/email.module |
Implements hook_field_formatter_info(). |
email_field_formatter_view |
function |
core/modules/email/email.module |
Implements hook_field_formatter_view(). |
EmailFieldTestCase::$field |
property |
core/modules/email/tests/email.test |
|
MailSystemInterface::format |
function |
core/includes/mail.inc |
Format a message composed by backdrop_mail() prior sending. |
_backdrop_html_to_mail_urls |
function |
core/includes/mail.inc |
Keeps track of URLs and replaces them with placeholder tokens. |
email_example_form_validate |
function |
modules/examples/email_example/email_example.module |
Form validation logic for the contact form. |
EmailExampleTestCase::setUp |
function |
modules/examples/email_example/tests/email_example.test |
Sets up a Backdrop site for running functional and integration tests. |
FormEmailTestCase::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
MailTestCase::$sent_message |
property |
core/modules/simpletest/tests/mail.test |
The most recent message that was sent through the test case. |
USER_LOGIN_USERNAME_OR_EMAIL |
constant |
core/modules/user/user.module |
Users can login using either username or email address. |
EmailFieldTestCase::$profile |
property |
core/modules/email/tests/email.test |
The profile to install as a basis for testing. |
SimpleTestMailCaptureTestCase |
class |
core/modules/simpletest/tests/simpletest.test |
|
_filter_url_parse_email_links |
function |
core/modules/filter/filter.module |
Makes links out of email addresses. |
views_handler_field_user_mail |
class |
core/modules/user/views/views_handler_field_user_mail.inc |
Field handler to provide access control for the email field. |
EmailFieldTestCase::$web_user |
property |
core/modules/email/tests/email.test |
|
EmailFieldTestCase::$instance |
property |
core/modules/email/tests/email.test |
|
UserAdminSettingsEmailFormTest |
class |
core/modules/user/tests/user.test |
|
DefaultMailSystem::_isShellSafe |
function |
core/modules/system/system.mail.inc |
Disallows potentially unsafe shell characters. |
MailTestCase::testCancelMessage |
function |
core/modules/simpletest/tests/mail.test |
Test that message sending may be canceled. |
BackdropWebTestCase::assertMail |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that the most recently sent email message has the given value. |
FormEmailTestCase::testFormEmail |
function |
core/modules/simpletest/tests/form.test |
Tests that #type 'email' fields are properly validated. |
email_field_widget_settings_form |
function |
core/modules/email/email.module |
Implements hook_field_widget_settings_form(). |
views_handler_field_user_mail.inc |
file |
core/modules/user/views/views_handler_field_user_mail.inc |
Definition of views_handler_field_user_mail. |
DrupalWebTestCase::drupalGetMails |
function |
core/includes/drupal.classes.inc |
|
BackdropWebTestCase::verboseEmail |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Outputs to verbose the most recent $count emails sent. |
EmailFieldTestCase::testEmailField |
function |
core/modules/email/tests/email.test |
Tests email field. |