backdrop_language_initialize in includes/bootstrap.inc
Initializes all the defined language types.
BackdropWebTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
BlockTranslationTestCase::testTranslateCustomBlock in modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
contact_site_form_submit in modules/contact/contact.pages.inc
Form submission handler for contact_site_form().
field_valid_language in modules/field/field.multilingual.inc
Ensures that a given language code is valid.
hook_views_query_substitutions in modules/views/views.api.php
Performs replacements in the query before being performed.
language_admin_delete_form in modules/language/language.admin.inc
User interface for the language deletion confirmation screen.
language_admin_overview_form in modules/language/language.admin.inc
User interface for the language overview screen.
language_admin_overview_form_submit in modules/language/language.admin.inc
Process language overview form submissions, updating existing languages.
language_from_default in includes/language.inc
Returns the default language negotiation provider.
language_install in modules/language/language.install
Implements hook_install().
LanguageLayoutAccess::checkAccess in modules/layout/plugins/access/language_layout_access.inc
Checks for access based on the available context.
language_negotiation_info in includes/language.inc
Returns all the defined language negotiation providers.
language_types_initialize in includes/language.inc
Chooses a language based on language negotiation provider settings.
LanguageUpgradePathTestCase::testLanguageUpgrade in modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/locale/tests/locale.test
Functional tests for localizing date formats.
locale_language_url_fallback in includes/locale.inc
Determines the language to be assigned to URLs when none is detected.
LocaleUrlRewritingTest::testUrlRewritingEdgeCases in modules/locale/tests/locale.test
Check that disabled or non-installed languages are not considered.
menu_overview_form in modules/menu/menu.admin.inc
Form for editing an entire menu tree at once.
PathMonolingualTestCase::setUp in modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
template_preprocess_maintenance_page in includes/theme.inc
Prepares variables for maintenance-page templates.
_update_cron_notify in modules/update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.
update.php in ./update.php
Administrative page for handling updates from one Backdrop version to another.
_user_mail_notify in modules/user/user.module
Conditionally create and send a notification email when a certain operation happens on the given user account.
user_preferred_language in 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…
views_handler_field_field::field_language in modules/field/views/views_handler_field_field.inc
Return the language code of the language the field should be displayed in, according to the settings.
views_handler_field_field::query in modules/field/views/views_handler_field_field.inc
Called to add the field to a query.
views_handler_field_user_language::render_link in modules/user/views/views_handler_field_user_language.inc
views_views_query_substitutions in modules/views/views.module
Substitute current time; this works with cached queries.