Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for mail

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
form_test_email_submit function modules/simpletest/tests/form_test.module Form submission handler for form_test_email().
email_field_widget_info function modules/email/email.module Implements hook_field_widget_info().
email_field_widget_form function modules/email/email.module Implements hook_field_widget_form().
DefaultMailSystem::mail function modules/system/system.mail.inc Send an e-mail message, using Backdrop variables and default settings.
TestingMailSystem::mail function modules/system/system.mail.inc Accept an e-mail message and store it in a variable.
email_field_widget_error function modules/email/email.module Implements hook_field_widget_error().
FormEmailTestCase::setUp function modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
_backdrop_wrap_mail_line function includes/mail.inc Wraps words on a single line.
DefaultMailSystem::format function modules/system/system.mail.inc Concatenate and wrap the e-mail body for plain-text mails.
MailSystemInterface::mail function includes/mail.inc Send a message composed by backdrop_mail().
EmailFieldTestCase::setUp function modules/email/tests/email.test Sets up a Backdrop site for running functional and integration tests.
EmailFieldTestCase::$field property modules/email/tests/email.test
email_field_formatter_view function modules/email/email.module Implements hook_field_formatter_view().
email_field_formatter_info function modules/email/email.module Implements hook_field_formatter_info().
user_settings_email_submit function modules/user/user.admin.inc Form submission handler for user_settings_email().
FormEmailTestCase::$profile property modules/simpletest/tests/form.test The profile to install as a basis for testing.
MailSystemInterface::format function includes/mail.inc Format a message composed by backdrop_mail() prior sending.
MailTestCase::$sent_message property modules/simpletest/tests/mail.test The most recent message that was sent through the test case.
_backdrop_html_to_mail_urls function includes/mail.inc Keeps track of URLs and replaces them with placeholder tokens.
USER_LOGIN_USERNAME_OR_EMAIL constant modules/user/user.module Users can login using either username or email address.
EmailFieldTestCase::$profile property modules/email/tests/email.test The profile to install as a basis for testing.
SimpleTestMailCaptureTestCase class modules/simpletest/tests/simpletest.test
_filter_url_parse_email_links function modules/filter/filter.module Makes links out of e-mail addresses.
views_handler_field_user_mail class modules/user/views/views_handler_field_user_mail.inc Field handler to provide acess control for the email field.
EmailFieldTestCase::$instance property modules/email/tests/email.test
EmailFieldTestCase::$web_user property modules/email/tests/email.test
UserAdminSettingsEmailFormTest class modules/user/tests/user.test
BackdropWebTestCase::assertMail function modules/simpletest/backdrop_web_test_case.php Asserts that the most recently sent e-mail message has the given value.
DefaultMailSystem::_isShellSafe function modules/system/system.mail.inc Disallows potentially unsafe shell characters.
MailTestCase::testCancelMessage function modules/simpletest/tests/mail.test Test that message sending may be canceled.
FormEmailTestCase::testFormEmail function modules/simpletest/tests/form.test Tests that #type 'email' fields are properly validated.
email_field_widget_settings_form function modules/email/email.module Implements hook_field_widget_settings_form().
views_handler_field_user_mail.inc file modules/user/views/views_handler_field_user_mail.inc Definition of views_handler_field_user_mail.
DrupalWebTestCase::drupalGetMails function includes/drupal.classes.inc
BackdropWebTestCase::verboseEmail function modules/simpletest/backdrop_web_test_case.php Outputs to verbose the most recent $count emails sent.
EmailFieldTestCase::testEmailField function modules/email/tests/email.test Tests e-mail field.
MailTestCase::testPluggableFramework function modules/simpletest/tests/mail.test Assert that the pluggable mail system is functional.
UserAdminSettingsEmailFormTest::setUp function modules/user/tests/user.test Sets up a Backdrop site for running functional and integration tests.
BackdropWebTestCase::backdropGetMails function modules/simpletest/backdrop_web_test_case.php Gets an array containing all e-mails sent during this test case.
BackdropWebTestCase::assertMailString function modules/simpletest/backdrop_web_test_case.php Asserts that the most recently sent e-mail message has the string in it.
PagePreviewTestCase::$field_email_name property modules/node/tests/node.test
BackdropWebTestCase::assertMailPattern function modules/simpletest/backdrop_web_test_case.php Asserts that the most recently sent e-mail message has the pattern in it.
views_handler_field_user_mail::render_link function modules/user/views/views_handler_field_user_mail.inc
views_handler_field_user_mail::options_form function modules/user/views/views_handler_field_user_mail.inc Provide link to node option
LinkValidateUnitTest::testValidateEmailLink function modules/link/tests/link.validate.test
SimpleTestMailCaptureTestCase::testMailSend function modules/simpletest/tests/simpletest.test Test to see if the wrapper function is executed correctly.
LinkValidateUnitTest::testValidateEmailLinkBad function modules/link/tests/link.validate.test
views_handler_field_user_mail::option_definition function modules/user/views/views_handler_field_user_mail.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
UserRegistrationTestCase::testRegistrationEmailAsUsername function modules/user/tests/user.test Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailDuplicates function modules/user/tests/user.test

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS