26 calls to language_default() in Drupal 7
- contact_site_form_submit in modules/
contact/ contact.pages.inc - Form submission handler for contact_site_form().
- DrupalUnitTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up unit test environment.
- DrupalWebTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up a Drupal site for running functional and integration tests.
- drupal_language_initialize in includes/
bootstrap.inc - Initializes all the defined language types.
- field_valid_language in modules/
field/ field.multilingual.inc - Ensures that a given language code is valid.
- language_initialize in includes/
language.inc - Chooses a language based on language negotiation provider settings.
- language_list in includes/
bootstrap.inc - Returns a list of installed languages, indexed by the specified key.
- LocaleUrlRewritingTest::testUrlRewritingEdgeCases in modules/
locale/ locale.test - Check that disabled or non-installed languages are not considered.
- locale_form_node_form_alter in modules/
locale/ locale.module - Implements hook_form_BASE_FORM_ID_alter().
- locale_languages_delete_form in modules/
locale/ locale.admin.inc - User interface for the language deletion confirmation screen.
- locale_languages_edit_form_submit in modules/
locale/ locale.admin.inc - Process the language editing form submission.
- locale_languages_edit_form_validate in modules/
locale/ locale.admin.inc - Validate the language editing form. Reused for custom language addition too.
- locale_languages_overview_form in modules/
locale/ locale.admin.inc - User interface for the language overview screen.
- locale_languages_overview_form_submit in modules/
locale/ locale.admin.inc - Process language overview form submissions, updating existing languages.
- locale_language_url_fallback in includes/
locale.inc - Determines the language to be assigned to URLs when none is detected.
- locale_translate_edit_form in modules/
locale/ locale.admin.inc - User interface for string editing.
- locale_update_7001 in modules/
locale/ locale.install - Upgrade language negotiation settings.
- PathMonolingualTestCase::setUp in modules/
path/ path.test - Sets up a Drupal site for running functional and integration tests.
- system_send_email_action in modules/
system/ system.module - Sends an e-mail message.
- template_preprocess_maintenance_page in includes/
theme.inc - Process variables for maintenance-page.tpl.php.
- theme_locale_languages_overview_form in modules/
locale/ locale.admin.inc - Returns HTML for the language overview form.
- 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…
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.
- _locale_translate_language_list in includes/
locale.inc - List languages in search result table
- _update_cron_notify in modules/
update/ update.fetch.inc - Performs any notifications that should be done once cron fetches new data.
- _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.