LocaleTranslationFunctionalTest::testJavaScriptTranslation |
core/modules/locale/tests/locale.test |
|
LocaleTranslationFunctionalTest::testStringSearch |
core/modules/locale/tests/locale.test |
Tests translation search form. |
LocaleTranslationFunctionalTest::testStringTranslation |
core/modules/locale/tests/locale.test |
Adds a language and tests string translation by users with the appropriate permissions. |
LocaleTranslationFunctionalTest::testStringValidation |
core/modules/locale/tests/locale.test |
Tests the validation of the translation input. |
LocaleUILanguageNegotiationTest::runTest |
core/modules/locale/tests/locale.test |
|
LocaleUILanguageNegotiationTest::setUp |
core/modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
LocaleUILanguageNegotiationTest::testLanguageDomain |
core/modules/locale/tests/locale.test |
Tests url() when separate domains are used for multiple languages. |
LocaleUILanguageNegotiationTest::testUILanguageNegotiation |
core/modules/locale/tests/locale.test |
Tests for language switching by URL path. |
LocaleUILanguageNegotiationTest::testUrlLanguageFallback |
core/modules/locale/tests/locale.test |
Test URL language detection when the requested URL has no language. |
LocaleUninstallFrenchFunctionalTest::setUp |
core/modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
LocaleUninstallFunctionalTest::setUp |
core/modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
LocaleUninstallFunctionalTest::testUninstallProcess |
core/modules/locale/tests/locale.test |
Check if the values of the Locale variables are correct after uninstall. |
LocaleUrlRewritingTest::checkUrl |
core/modules/locale/tests/locale.test |
Check URL rewriting for the given language. |
LocaleUrlRewritingTest::setUp |
core/modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
LocaleUrlRewritingTest::testDomainNameNegotiationPort |
core/modules/locale/tests/locale.test |
Check URL rewriting when using a domain name and a non-standard port. |
LocaleUrlRewritingTest::testUrlRewritingEdgeCases |
core/modules/locale/tests/locale.test |
Check that disabled or non-installed languages are not considered. |
LocaleUserCreationTest::setUp |
core/modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
LocaleUserCreationTest::testLocalUserCreation |
core/modules/locale/tests/locale.test |
Functional test for language handling during user creation. |
LocaleUserLanguageFunctionalTest::setUp |
core/modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration |
core/modules/locale/tests/locale.test |
Test if user can change their default language. |
locale_autoload_info |
core/modules/locale/locale.module |
Implements hook_autoload_info(). |
locale_block_info |
core/modules/locale/locale.module |
Implements hook_block_info(). |
locale_block_view |
core/modules/locale/locale.module |
Implements hook_block_view(). |
locale_config_create |
core/modules/locale/locale.module |
Implements hook_config_create(). |
locale_config_info |
core/modules/locale/locale.module |
Implements hook_config_info(). |
locale_config_update |
core/modules/locale/locale.module |
Implements hook_config_update(). |
locale_date_format_form |
core/modules/locale/locale.admin.inc |
Form callback; Display fields for setting the date format for each language. |
locale_date_format_form_submit |
core/modules/locale/locale.admin.inc |
Submit handler for configuring localized date formats on the locale_date_format_form. |
locale_enable |
core/modules/locale/locale.install |
Fill in the path prefixes and domains when enabled. |
locale_entity_info_alter |
core/modules/locale/locale.module |
Implements hook_entity_info_alter(). |
locale_field_language_alter |
core/modules/locale/locale.module |
Implements hook_field_language_alter(). |
locale_field_language_fallback |
core/modules/locale/locale.module |
Applies language fallback rules to the fields attached to the given entity. |
locale_field_node_form_submit |
core/modules/locale/locale.module |
Form submit handler for node_form(). |
locale_form_alter |
core/modules/locale/locale.module |
Implements hook_form_alter(). |
locale_form_language_admin_add_form_alter |
core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for language_admin_add_form((). |
locale_form_language_admin_add_form_alter_submit |
core/modules/locale/locale.module |
Set a batch for newly added language. |
locale_form_language_admin_edit_form_alter |
core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for language_admin_edit_form(). |
locale_form_language_admin_edit_form_alter_submit |
core/modules/locale/locale.module |
Submission handler to record our custom setting. |
locale_form_language_admin_overview_form_alter |
core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for language_admin_overview_form(). |
locale_form_node_form_alter |
core/modules/locale/locale.module |
Implements hook_form_BASE_FORM_ID_alter(). |
locale_form_redirect_edit_form_alter |
core/modules/redirect/redirect.module |
Implements hook_form_FORM_ID_alter() on behalf of locale.module. |
locale_get_plural |
core/modules/locale/locale.module |
Returns plural form index for a specific number. |
locale_install |
core/modules/locale/locale.install |
Implements hook_install(). |
locale_js_alter |
core/modules/locale/locale.module |
Implements hook_js_alter(). |
locale_language_delete |
core/modules/locale/locale.module |
Implements hook_language_delete(). |
locale_language_from_browser |
core/includes/locale.inc |
Identify language from the Accept-language HTTP header we got. |
locale_language_from_interface |
core/includes/locale.inc |
Identifies the language from the current interface language. |
locale_language_from_session |
core/includes/locale.inc |
Identify language from a request/session parameter. |
locale_language_from_url |
core/includes/locale.inc |
Identify language via URL prefix or domain. |
locale_language_from_user |
core/includes/locale.inc |
Identify language from the user preferences. |