hook_locale_language_insert |
function |
modules/locale/locale.api.php |
React to a language that was just added to the system. |
hook_locale_language_delete |
function |
modules/locale/locale.api.php |
Allow modules to react before the deletion of a language. |
locale_field_language_alter |
function |
modules/locale/locale.module |
Implements hook_field_language_alter(). |
MenuLanguageTestCase::setUp |
function |
modules/menu/tests/menu_language.test |
Set up test environment. |
LanguageUpgradePathTestCase |
class |
modules/simpletest/tests/upgrade/upgrade.language.test |
Tests upgrading a filled database with language data. |
PathLanguageTestCase::setUp |
function |
modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
BACKDROP_BOOTSTRAP_LANGUAGE |
constant |
includes/bootstrap.inc |
Eighth bootstrap phase: find out language of the page. |
hook_locale_language_update |
function |
modules/locale/locale.api.php |
React to a language that was just updated in the system. |
LANGUAGE_NEGOTIATION_DEFAULT |
constant |
includes/language.inc |
No language negotiation. The default language is used. |
language_negotiation_get_any |
function |
includes/language.inc |
Checks if the language negotiation provider is enabled for any language type. |
LANGUAGE_NEGOTIATION_BROWSER |
constant |
includes/locale.inc |
The language is set based on the browser language settings. |
LANGUAGE_NEGOTIATION_SESSION |
constant |
includes/locale.inc |
The language is set based on the request/session parameters. |
Language negotiation options |
group |
includes/locale.inc |
Functions for language negotiation. |
locale_language_from_browser |
function |
includes/locale.inc |
Identify language from the Accept-language HTTP header we got. |
locale_language_from_session |
function |
includes/locale.inc |
Identify language from a request/session parameter. |
locale_language_url_fallback |
function |
includes/locale.inc |
Determines the language to be assigned to URLs when none is detected. |
locale_language_switcher_url |
function |
includes/locale.inc |
Return links for the URL language switcher block. |
backdrop_language_initialize |
function |
includes/bootstrap.inc |
Initializes all the defined language types. |
install_select_language_form |
function |
includes/install.core.inc |
Form constructor for the language selection form. |
language_admin_overview_form |
function |
modules/language/language.admin.inc |
User interface for the language overview screen. |
hook_locale_language_presave |
function |
modules/locale/locale.api.php |
React to a language about to be added or updated in the system. |
PathLanguageUITestCase::setUp |
function |
modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
locale_test_language_provider |
function |
modules/locale/tests/locale_test/locale_test.module |
Test language provider. |
TaxonomyVocabulary::$language |
property |
modules/taxonomy/taxonomy_vocabulary.class.inc |
The language configuration for the vocabulary. |
SearchLanguageTestCase::setUp |
function |
modules/search/tests/search.test |
Implementation setUp(). |
LanguageLayoutAccess::summary |
function |
modules/layout/plugins/access/language_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
locale_language_selector_form |
function |
modules/locale/locale.module |
Form builder callback to display language selection widget. |
MenuLanguageTestCase::$profile |
property |
modules/menu/tests/menu_language.test |
Profile name. |
TaxonomyLanguageFunctionalTest |
class |
modules/taxonomy/tests/taxonomy.test |
Tests setting languages for taxonomy. |
locale_language_from_interface |
function |
includes/locale.inc |
Identifies the language from the current interface language. |
hook_language_types_info_alter |
function |
modules/system/language.api.php |
Perform alterations on language types. |
locale_field_language_fallback |
function |
modules/locale/locale.module |
Applies language fallback rules to the fields attached to the given entity. |
hook_language_negotiation_info |
function |
modules/system/language.api.php |
Define language negotiation providers. |
PathLanguageTestCase::$profile |
property |
modules/path/tests/path.test |
The profile to install as a basis for testing. |
language_admin_predefined_list |
function |
modules/language/language.admin.inc |
Prepare a language code list for unused predefined languages. |
LANGUAGE_NEGOTIATION_INTERFACE |
constant |
includes/locale.inc |
The language is determined using the current interface language. |
drupal-7.language.database.php |
file |
modules/simpletest/tests/upgrade/drupal-7.language.database.php |
Database additions for language tests. Used in upgrade.language.test. |
LANGUAGE_NEGOTIATION_URL_PREFIX |
constant |
includes/locale.inc |
URL language negotiation: use the path prefix as URL language
indicator. |
PathLanguageTestCase::$web_user |
property |
modules/path/tests/path.test |
The user account of the logged in user for these tests. |
LocaleUILanguageNegotiationTest |
class |
modules/locale/tests/locale.test |
Test UI language negotiation |
locale_test_language_types_info |
function |
modules/locale/tests/locale_test/locale_test.module |
Implements hook_language_types_info(). |
language_admin_edit_form_submit |
function |
modules/language/language.admin.inc |
Process the language editing form submission. |
locale_language_url_rewrite_url |
function |
includes/locale.inc |
Rewrite URLs for the URL language provider. |
field_test_field_language_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_field_language_alter(). |
_locale_translate_language_list |
function |
modules/locale/locale.pages.inc |
List languages in search result table |
LANGUAGE_NEGOTIATION_URL_DOMAIN |
constant |
includes/locale.inc |
URL language negotiation: use the domain as URL language
indicator. |
_language_admin_common_controls |
function |
modules/language/language.admin.inc |
Common elements of the language addition and editing form. |
language_types_get_configurable |
function |
includes/language.inc |
Returns only the configurable language types. |
language_fallback_get_candidates |
function |
includes/language.inc |
Returns the possible fallback languages ordered by language weight. |
locale_language_switcher_session |
function |
includes/locale.inc |
Return the session language switcher block. |