Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| locale_translate_edit_form_submit | function | modules/ |
Process string editing form submissions. |
| locale_translate_edit_form_validate | function | modules/ |
Validate string editing form submissions. |
| locale_translate_export_pot_form | function | modules/ |
Translation template export form. |
| locale_translate_export_po_form | function | modules/ |
Form to export PO files for the languages provided. |
| locale_translate_export_po_form_submit | function | modules/ |
Process a translation (or template) export form submission. |
| locale_translate_export_screen | function | modules/ |
User interface for the translation export screen. |
| locale_translate_import_form | function | modules/ |
User interface for the translation import screen. |
| locale_translate_import_form_submit | function | modules/ |
Process the locale import form submission. |
| locale_translate_overview_screen | function | modules/ |
Overview screen for translations. |
| locale_translate_seek_screen | function | modules/ |
String search screen. |
| locale_translation_filters | function | modules/ |
List locale translation filters that can be applied. |
| locale_translation_filter_form | function | modules/ |
Return form for locale translation filters. |
| locale_translation_filter_form_submit | function | modules/ |
Process result from locale translation filter form. |
| locale_translation_filter_form_validate | function | modules/ |
Validate result from locale translation filter form. |
| locale_uninstall | function | modules/ |
Implements hook_uninstall(). |
| locale_update_7000 | function | modules/ |
Add context field index and allow longer location. |
| locale_update_7001 | function | modules/ |
Upgrade language negotiation settings. |
| locale_update_7002 | function | modules/ |
Updates URL language negotiation by adding the URL fallback detection method. |
| locale_update_7003 | function | modules/ |
Update "language_count" variable. |
| locale_update_7004 | function | modules/ |
Remove duplicates in {locales_source}. |
| locale_update_7005 | function | modules/ |
Increase {locales_languages}.formula column's length. |
| locale_url_outbound_alter | function | modules/ |
Implements hook_url_outbound_alter(). |
| lock.inc | file | includes/ |
A database-mediated implementation of a locking mechanism. |
| lock.test | file | modules/ |
|
| LockFunctionalTest | class | modules/ |
Tests for the lock system. |
| LockFunctionalTest::getInfo | function | modules/ |
|
| LockFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| LockFunctionalTest::testLockAcquire | function | modules/ |
Confirm that we can acquire and release locks in two parallel requests. |
| Locking mechanisms | group | includes/ |
Functions to coordinate long-running operations across requests. |
| lock_acquire | function | includes/ |
Acquire (or renew) a lock, but do not block if it fails. |
| lock_initialize | function | includes/ |
Initialize the locking system. |
| lock_may_be_available | function | includes/ |
Check if lock acquired by a different process may be available. |
| lock_release | function | includes/ |
Release a lock previously acquired by lock_acquire(). |
| lock_release_all | function | includes/ |
Release all previously acquired locks. |
| lock_wait | function | includes/ |
Wait for a lock to be available. |
| log.inc | file | includes/ |
Logging classes for the database layer. |
| Logging severity levels | group | includes/ |
Logging severity levels as defined in RFC 3164. |
| mail.inc | file | includes/ |
API functions for processing and sending e-mail. |
| mail.test | file | modules/ |
Test the Drupal mailing system. |
| MailSystemInterface | interface | includes/ |
An interface for pluggable mail back-ends. |
| MailSystemInterface::format | function | includes/ |
Format a message composed by drupal_mail() prior sending. |
| MailSystemInterface::mail | function | includes/ |
Send a message composed by drupal_mail(). |
| MailTestCase | class | modules/ |
@file Test the Drupal mailing system. |
| MailTestCase::$sent_message | property | modules/ |
The most recent message that was sent through the test case. |
| MailTestCase::format | function | modules/ |
Concatenate and wrap the e-mail body for plain-text mails. |
| MailTestCase::getInfo | function | modules/ |
|
| MailTestCase::mail | function | modules/ |
Send function that is called through the mail system. |
| MailTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| MailTestCase::testCancelMessage | function | modules/ |
Test that message sending may be canceled. |
| MailTestCase::testFromHeader | function | modules/ |
Checks for the site name in an auto-generated From: header. |
Pagination
- Previous page
- Page 124
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.