hook_language_presave |
function |
modules/language/language.api.php |
React to a language about to be added or updated in the system. |
upgrade.language.test |
file |
modules/simpletest/tests/upgrade/upgrade.language.test |
Upgrade tests for the Language module. |
field_language_delete |
function |
modules/field/field.multilingual.inc |
Implements hook_language_delete(). |
field_language_insert |
function |
modules/field/field.multilingual.inc |
Implements hook_language_insert(). |
field_language_update |
function |
modules/field/field.multilingual.inc |
Implements hook_language_update(). |
locale_language_delete |
function |
modules/locale/locale.module |
Implements hook_language_delete(). |
PathLanguageUITestCase |
class |
modules/path/tests/path.test |
Tests the user interface for creating path aliases, with languages. |
locale_language_insert |
function |
modules/locale/locale.module |
Implements hook_language_insert(). |
locale_language_update |
function |
modules/locale/locale.module |
Implements hook_language_update(). |
SearchLanguageTestCase |
class |
modules/search/tests/search.test |
Test node search with multiple languages. |
standard_language_list |
function |
includes/standard.inc |
Some common languages with their English and native names. |
LANGUAGE_TYPE_INTERFACE |
constant |
includes/bootstrap.inc |
The type of language used to select the user interface. |
language_admin_add_form |
function |
modules/language/language.admin.inc |
User interface for the language addition screen. |
LanguageListTest::setUp |
function |
modules/language/tests/language.test |
Sets up a Backdrop site for running functional and integration tests. |
user_preferred_language |
function |
modules/user/user.module |
Get the language object preferred by the user. This user preference can
be set on the user account editing page, and is only available if there
are more than one languages enabled on the site. If the user did not
choose a preferred language, or is the… |
field_content_languages |
function |
modules/field/field.multilingual.inc |
Returns available content languages. |
install_select_language |
function |
includes/install.core.inc |
Installation task; select which language to use. |
update_prepare_language |
function |
includes/update.inc |
Prepare Backdrop language changes for the bootstrap if needed. |
language_modules_enabled |
function |
modules/language/language.module |
Implements hook_modules_enabled(). |
language_provider_invoke |
function |
includes/language.inc |
Helper function used to cache the language negotiation providers results. |
hook_language_types_info |
function |
modules/system/language.api.php |
Define language types. |
language_negotiation_get |
function |
includes/language.inc |
Checks whether a language negotiation provider is enabled for a language type. |
taxonomy_language_delete |
function |
modules/taxonomy/taxonomy.module |
Implements hook_language_delete(). |
language_negotiation_set |
function |
includes/language.inc |
Saves a list of language negotiation providers. |
LANGUAGE_NEGOTIATION_URL |
constant |
includes/locale.inc |
The language is determined using a URL language indicator:
path prefix or domain according to the configuration. |
language_admin_edit_form |
function |
modules/language/language.admin.inc |
Configuration screen for a particular language. |
locale_language_from_url |
function |
includes/locale.inc |
Identify language via URL prefix or domain. |
language_url_split_prefix |
function |
includes/language.inc |
Splits the given path into prefix and actual path. |
locale_language_from_user |
function |
includes/locale.inc |
Identify language from the user preferences. |
InstallerLanguageTestCase |
class |
modules/simpletest/tests/installer.test |
Tests installer language detection. |
language_types_initialize |
function |
includes/language.inc |
Chooses a language based on language negotiation provider settings. |
language_negotiation_info |
function |
includes/language.inc |
Returns all the defined language negotiation providers. |
LANGUAGE_NEGOTIATION_USER |
constant |
includes/locale.inc |
The language is set based on the user language settings. |
admin_bar_language_delete |
function |
modules/admin_bar/admin_bar.module |
Implements hook_language_delete(). |
admin_bar_language_update |
function |
modules/admin_bar/admin_bar.module |
Implements hook_language_update(). |
TAXONOMY_LANGUAGE_ENABLED |
constant |
modules/taxonomy/taxonomy.module |
Denotes that language is enabled on vocabulary and terms can be assigned
language. |
field_available_languages |
function |
modules/field/field.multilingual.inc |
Collects the available languages for the given entity type and field. |
language_modules_disabled |
function |
modules/language/language.module |
Implements hook_modules_disabled(). |
hook_field_language_alter |
function |
modules/field/field.api.php |
Perform alterations on field_language() values. |
DRUPAL_BOOTSTRAP_LANGUAGE |
constant |
includes/drupal.inc |
|
language_types_get_default |
function |
includes/bootstrap.inc |
Returns a list of the built-in language types. |
language_layout_access.inc |
file |
modules/layout/plugins/access/language_layout_access.inc |
Plugin to provide access control based upon the current site language. |
locale_language_types_info |
function |
modules/locale/locale.module |
Implements hook_language_types_info(). |
language_negotiation_order |
function |
includes/language.inc |
Get the language negotiator provider order for a language type. |
TAXONOMY_LANGUAGE_DISABLED |
constant |
modules/taxonomy/taxonomy.module |
Denotes that language is disabled on vocabulary. |
_field_language_suggestion |
function |
modules/field/field.multilingual.inc |
Process the given language suggestion based on the available languages. |
language_negotiation_purge |
function |
includes/language.inc |
Removes any unused language negotiation providers from the configuration. |
drupal_language_initialize |
function |
includes/drupal.inc |
Initializes all the defined language types. |
language_admin_delete_form |
function |
modules/language/language.admin.inc |
User interface for the language deletion confirmation screen. |
LanguageLayoutAccess::form |
function |
modules/layout/plugins/access/language_layout_access.inc |
Settings form for configuring this access item. |