locale_test_language_types_info_alter |
core/modules/locale/tests/locale_test/locale_test.module |
Implements hook_language_types_info_alter(). |
locale_test_store_language_negotiation |
core/modules/locale/tests/locale_test/locale_test.module |
Store the last negotiated languages. |
locale_theme |
core/modules/locale/locale.module |
Implements hook_theme(). |
locale_themes_enabled |
core/modules/locale/locale.module |
Implements hook_themes_enabled(). |
locale_translate_add_language_set_batch |
core/modules/locale/locale.bulk.inc |
Set a batch for newly added language. |
locale_translate_batch_build |
core/modules/locale/locale.bulk.inc |
Build a locale batch from an array of files. |
locale_translate_batch_finished |
core/modules/locale/locale.bulk.inc |
Finished callback of system page locale import batch. |
locale_translate_batch_import |
core/modules/locale/locale.bulk.inc |
Perform interface translation import as a batch step. |
locale_translate_batch_import_files |
core/modules/locale/locale.bulk.inc |
Prepare a batch to import all translations. |
locale_translate_delete_form |
core/modules/locale/locale.pages.inc |
User interface for the string deletion confirmation screen. |
locale_translate_delete_form_submit |
core/modules/locale/locale.pages.inc |
Process string deletion submissions. |
locale_translate_delete_page |
core/modules/locale/locale.pages.inc |
String deletion confirmation page. |
locale_translate_edit_form |
core/modules/locale/locale.pages.inc |
User interface for string editing. |
locale_translate_edit_form_submit |
core/modules/locale/locale.pages.inc |
Process string editing form submissions. |
locale_translate_edit_form_validate |
core/modules/locale/locale.pages.inc |
Validate string editing form submissions. |
locale_translate_english |
core/modules/locale/locale.module |
Utility function to tell if locale translates to English. |
locale_translate_export_pot_form |
core/modules/locale/locale.bulk.inc |
Translation template export form. |
locale_translate_export_po_form |
core/modules/locale/locale.bulk.inc |
Form to export PO files for the languages provided. |
locale_translate_export_po_form_submit |
core/modules/locale/locale.bulk.inc |
Process a translation (or template) export form submission. |
locale_translate_export_screen |
core/modules/locale/locale.bulk.inc |
User interface for the translation export screen. |
locale_translate_import_form |
core/modules/locale/locale.bulk.inc |
User interface for the translation import screen. |
locale_translate_import_form_submit |
core/modules/locale/locale.bulk.inc |
Process the locale import form submission. |
locale_translate_seek_screen |
core/modules/locale/locale.pages.inc |
String search screen. |
locale_translation_filters |
core/modules/locale/locale.pages.inc |
List locale translation filters that can be applied. |
locale_translation_filter_form |
core/modules/locale/locale.pages.inc |
Return form for locale translation filters. |
locale_translation_filter_form_submit |
core/modules/locale/locale.pages.inc |
Process result from locale translation filter form. |
locale_translation_filter_form_validate |
core/modules/locale/locale.pages.inc |
Validate result from locale translation filter form. |
locale_uninstall |
core/modules/locale/locale.install |
Implements hook_uninstall(). |
locale_update_1000 |
core/modules/locale/locale.install |
Drop textgroup support. |
locale_update_1001 |
core/modules/locale/locale.install |
Language type 'language' renamed to 'language_interface'. |
locale_update_1002 |
core/modules/locale/locale.install |
Removes duplicates in {locales_source}. |
locale_update_1003 |
core/modules/locale/locale.install |
Move language negotiation settings from variables to config. |
locale_update_1004 |
core/modules/locale/locale.install |
Update locale settings to config. |
locale_update_1005 |
core/modules/locale/locale.install |
Convert source and translation from blob to text. |
locale_update_dependencies |
core/modules/locale/locale.install |
Implements hook_update_dependencies(). |
locale_url_outbound_alter |
core/modules/locale/locale.module |
Implements hook_url_outbound_alter(). |
locale_views_api |
core/modules/locale/locale.module |
Implements hook_views_api(). |
locale_views_data |
core/modules/locale/views/locale.views.inc |
Implements hook_views_data(). |
locale_views_data_alter |
core/modules/locale/views/locale.views.inc |
Implements hook_views_data_alter(). |
LockFunctionalTest::setUp |
core/modules/simpletest/tests/lock.test |
Sets up a Backdrop site for running functional and integration tests. |
LockFunctionalTest::testLockAcquire |
core/modules/simpletest/tests/lock.test |
Confirm that we can acquire and release locks in two parallel requests. |
lock_acquire |
core/includes/lock.inc |
Acquire (or renew) a lock, but do not block if it fails. |
lock_initialize |
core/includes/lock.inc |
Initialize the locking system. |
lock_may_be_available |
core/includes/lock.inc |
Check if lock acquired by a different process may be available. |
lock_release |
core/includes/lock.inc |
Release a lock previously acquired by lock_acquire(). |
lock_release_all |
core/includes/lock.inc |
Release all previously acquired locks. |
lock_wait |
core/includes/lock.inc |
Wait for a lock to be available. |
MailSystemInterface::format |
core/includes/mail.inc |
Format a message composed by backdrop_mail() prior sending. |
MailSystemInterface::mail |
core/includes/mail.inc |
Send a message composed by backdrop_mail(). |
MailTestCase::format |
core/modules/simpletest/tests/mail.test |
Concatenate and wrap the email body for plain-text mails. |