Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| locale_field_entity_form_submit | function | modules/ |
Handles field language on submit for the given entity type. |
| locale_field_node_form_submit | function | modules/ |
Form submit handler for node_form(). |
| locale_install | function | modules/ |
Implements hook_install(). |
| locale_js_alter | function | modules/ |
Implements hook_js_alter(). |
| LOCALE_JS_OBJECT | constant | includes/ |
Regular expression pattern used to match simple JS object literal. |
| LOCALE_JS_OBJECT_CONTEXT | constant | includes/ |
Regular expression to match an object containing a key 'context'. |
| LOCALE_JS_STRING | constant | includes/ |
Regular expression pattern used to localize JavaScript strings. |
| locale_languages_add_screen | function | modules/ |
User interface for the language addition screen. |
| locale_languages_configure_form | function | modules/ |
Setting for language negotiation options |
| locale_languages_configure_form_submit | function | modules/ |
Submit handler for language negotiation settings. |
| locale_languages_custom_form | function | modules/ |
Custom language addition form. |
| locale_languages_delete_form | function | modules/ |
User interface for the language deletion confirmation screen. |
| locale_languages_delete_form_submit | function | modules/ |
Process language deletion submissions. |
| locale_languages_edit_form | function | modules/ |
Editing screen for a particular language. |
| locale_languages_edit_form_submit | function | modules/ |
Process the language editing form submission. |
| locale_languages_edit_form_validate | function | modules/ |
Validate the language editing form. Reused for custom language addition too. |
| locale_languages_overview_form | function | modules/ |
User interface for the language overview screen. |
| locale_languages_overview_form_submit | function | modules/ |
Process language overview form submissions, updating existing languages. |
| locale_languages_predefined_form | function | modules/ |
Predefined language setup form. |
| locale_languages_predefined_form_submit | function | modules/ |
Process the language addition form submission. |
| locale_languages_predefined_form_validate | function | modules/ |
Validate the language addition form. |
| locale_language_from_browser | function | includes/ |
Identify language from the Accept-language HTTP header we got. |
| locale_language_from_session | function | includes/ |
Identify language from a request/session parameter. |
| locale_language_from_user | function | includes/ |
Identify language from the user preferences. |
| locale_language_list | function | modules/ |
Returns array of language names |
| LOCALE_LANGUAGE_NEGOTIATION_BROWSER | constant | includes/ |
The language is set based on the browser language settings. |
| LOCALE_LANGUAGE_NEGOTIATION_SESSION | constant | includes/ |
The language is set based on the request/session parameters. |
| LOCALE_LANGUAGE_NEGOTIATION_USER | constant | includes/ |
The language is set based on the user language settings. |
| locale_language_providers_session_form | function | modules/ |
The URL language provider configuration form. |
| locale_language_providers_url_form | function | modules/ |
The URL language provider configuration form. |
| locale_language_selector_form | function | modules/ |
Form builder callback to display language selection widget. |
| locale_language_switcher_session | function | includes/ |
Return the session language switcher block. |
| locale_language_switcher_url | function | includes/ |
Return the URL language switcher block. Translation links may be provided by other modules. |
| locale_language_types_info | function | modules/ |
Implements hook_language_types_info(). |
| locale_language_url_rewrite_session | function | includes/ |
Rewrite URLs for the Session language provider. |
| locale_modules_disabled | function | modules/ |
Implements hook_modules_disabled(). |
| locale_modules_enabled | function | modules/ |
Implements hook_modules_enabled(). |
| locale_modules_installed | function | modules/ |
Implements hook_modules_installed(). |
| locale_permission | function | modules/ |
Implements hook_permission(). |
| locale_reset | function | modules/ |
Reset static variables used by locale(). |
| locale_schema | function | modules/ |
Implements hook_schema(). |
| locale_string_is_safe | function | includes/ |
Check that a string is safe to be added or imported as a translation. |
| locale_system_update | function | modules/ |
Imports translations when new modules or themes are installed. |
| locale_test.info | file | modules/ |
name = "Locale Test" description = "Support module for the locale layer tests." core = 7.x package = Testing version = VERSION hidden = TRUE |
| locale_test.module | file | modules/ |
Mock module for locale layer tests. |
| locale_test_boot | function | modules/ |
Implements hook_boot(). |
| locale_test_init | function | modules/ |
Implements hook_init(). |
| locale_test_language_negotiation_info | function | modules/ |
Implements hook_language_negotiation_info(). |
| locale_test_language_negotiation_info_alter | function | modules/ |
Implements hook_language_negotiation_info_alter(). |
| locale_test_language_provider | function | modules/ |
Test language provider. |
Pagination
- Previous page
- Page 98
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.