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