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