Search for all
Title | Object type | File name | Summary |
---|---|---|---|
locale_language_from_interface | function | includes/ |
Identifies the language from the current interface language. |
locale_language_from_session | function | includes/ |
Identify language from a request/session parameter. |
locale_language_from_url | function | includes/ |
Identify language via URL prefix or domain. |
locale_language_from_user | function | includes/ |
Identify language from the user preferences. |
locale_language_list | function | modules/ |
Returns array of language names |
locale_language_name | function | modules/ |
Returns a language name |
LOCALE_LANGUAGE_NEGOTIATION_BROWSER | constant | includes/ |
The language is set based on the browser language settings. |
locale_language_negotiation_info | function | modules/ |
Implements hook_language_negotiation_info(). |
LOCALE_LANGUAGE_NEGOTIATION_INTERFACE | constant | includes/ |
The language is determined using the current interface language. |
LOCALE_LANGUAGE_NEGOTIATION_SESSION | constant | includes/ |
The language is set based on the request/session parameters. |
LOCALE_LANGUAGE_NEGOTIATION_URL | constant | includes/ |
The language is determined using a URL language indicator: path prefix or domain according to the configuration. |
LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN | constant | includes/ |
URL language negotiation: use the domain as URL language indicator. |
LOCALE_LANGUAGE_NEGOTIATION_URL_FALLBACK | constant | includes/ |
If no URL language is available language is determined using an already detected one. |
LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX | constant | includes/ |
URL language negotiation: use the path prefix as URL language indicator. |
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_fallback | function | includes/ |
Determines the language to be assigned to URLs when none is detected. |
locale_language_url_rewrite_session | function | includes/ |
Rewrite URLs for the Session language provider. |
locale_language_url_rewrite_url | function | includes/ |
Rewrite URLs for the URL language provider. |
locale_library_alter | function | modules/ |
Implement hook_library_alter(). |
locale_locale | function | modules/ |
Implements hook_locale(). |
locale_menu | function | modules/ |
Implements hook_menu(). |
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_multilingual_node_type | function | modules/ |
Return whether the given content type has multilingual support. |
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. |
locale_test_language_types_info | function | modules/ |
Implements hook_language_types_info(). |
locale_test_language_types_info_alter | function | modules/ |
Implements hook_language_types_info_alter(). |
locale_test_locale | function | modules/ |
Implements hook_locale(). |
locale_test_menu | function | modules/ |
Implements hook_menu(). |
locale_test_plural_format_page | function | modules/ |
Returns markup for locale_get_plural testing. |
locale_test_store_language_negotiation | function | modules/ |
Store the last negotiated languages. |
locale_theme | function | modules/ |
Implements hook_theme(). |
Pagination
- Previous page
- Page 120
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.