72 calls to language_list()

block_admin_configure in drupal/core/modules/block/block.admin.inc
Form constructor for the block configuration form.
CommentLanguageTest::testCommentLanguage in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
Test that comment language is properly set.
DisplayPluginBase::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default summary for options in the views UI.
Entity::getTranslationLanguages in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements TranslatableInterface::getTranslationLanguages().
EntityNG::getTranslation in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements TranslatableInterface::getTranslation().
EntityNG::getTranslationLanguages in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements TranslatableInterface::getTranslationLanguages().
EntityTranslationController::entityFormAlter in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Implements EntityTranslationControllerInterface::entityFormAlter().
EntityTranslationController::entityFormSourceChange in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Form submission handler for EntityTranslationController::entityFormAlter().
field_content_languages in drupal/core/modules/field/field.multilingual.inc
Returns available content language codes.
field_language in drupal/core/modules/field/field.multilingual.inc
Returns the display language code for the fields attached to the given entity.
Language::render_link in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Language.php
LanguageListTest::testLanguageList in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageStates in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for the language states (locked or configurable).
LanguageSelectElementTest::testLanguageSelectElementOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
Tests that the options printed by the language select element are correct.
LanguageUILanguageNegotiationTest::testLanguageDomain in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests url() when separate domains are used for multiple languages.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
language_admin_delete_form in drupal/core/modules/language/language.admin.inc
User interface for the language deletion confirmation screen.
language_admin_delete_form_submit in drupal/core/modules/language/language.admin.inc
Process language deletion submissions.
language_admin_edit_form_submit in drupal/core/modules/language/language.admin.inc
Process the language editing form submission.
language_admin_overview_form in drupal/core/modules/language/language.admin.inc
User interface for the language overview screen.
language_admin_overview_form_submit in drupal/core/modules/language/language.admin.inc
Process language overview form submissions, updating existing languages.
language_admin_predefined_list in drupal/core/modules/language/language.admin.inc
Prepare a language code list for unused predefined languages.
language_configuration_element_default_options in drupal/core/modules/language/language.module
Returns the default options for the language configuration form element.
language_delete in drupal/core/modules/language/language.module
Delete a language.
language_fallback_get_candidates in drupal/core/includes/language.inc
Returns the possible fallback languages ordered by language weight.
language_load in drupal/core/includes/bootstrap.inc
Loads a language object from the database.
language_negotiation_configure_browser_form in drupal/core/modules/language/language.admin.inc
Builds the browser language negotiation method configuration form.
language_negotiation_configure_url_form in drupal/core/modules/language/language.admin.inc
Builds the URL language negotiation method configuration form.
language_negotiation_configure_url_form_validate in drupal/core/modules/language/language.admin.inc
Validates the URL language negotiation method configuration.
language_negotiation_info in drupal/core/includes/language.inc
Returns all defined language negotiation methods.
language_negotiation_method_invoke in drupal/core/includes/language.inc
Invokes a language negotiation method and caches the results.
language_negotiation_url_prefixes_update in drupal/core/modules/language/language.negotiation.inc
Update the list of prefixes from the installed languages.
language_process_language_select in drupal/core/modules/language/language.module
Processes a language select list form element.
language_switcher_session in drupal/core/modules/language/language.negotiation.inc
Return the session language switcher block.
language_switcher_url in drupal/core/modules/language/language.negotiation.inc
Return links for the URL language switcher block.
language_url_rewrite_session in drupal/core/modules/language/language.negotiation.inc
Rewrite URLs for the Session language negotiation method.
language_url_rewrite_url in drupal/core/modules/language/language.negotiation.inc
Rewrite URLs for the URL language negotiation method.
LocaleStringTest::createAllTranslations in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Creates translations for source string and all languages.
locale_translatable_language_list in drupal/core/modules/locale/locale.module
Returns list of translatable languages.
locale_translate_batch_import_files in drupal/core/modules/locale/locale.bulk.inc
Prepare a batch to import all translations.
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
locale_translate_export_form in drupal/core/modules/locale/locale.bulk.inc
Form constructor for the Gettext translation files export form.
locale_translate_export_form_submit in drupal/core/modules/locale/locale.bulk.inc
Form submission handler for locale_translate_export_form().
locale_translate_filters in drupal/core/modules/locale/locale.pages.inc
List locale translation filters that can be applied.
locale_translate_import_form in drupal/core/modules/locale/locale.bulk.inc
Form constructor for the translation import screen.
Node::render_link in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Node.php
Render whatever the data is as a link to the node.
node_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
node_filters in drupal/core/modules/node/node.admin.inc
Lists node administration filters that can be applied.
node_form_search_form_alter in drupal/core/modules/node/node.module
Implements hook_form_FORM_ID_alter().
openid_form_user_register_form_alter in drupal/core/modules/openid/openid.module
Implements hook_form_FORM_ID_alter().
PathLanguageTest::testAliasTranslation in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
path_admin_form in drupal/core/modules/path/path.admin.inc
Form constructor for the path administration form.
Revision::render_link in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Revision.php
Render whatever the data is as a link to the node.
system_configure_date_formats_form in drupal/core/modules/system/system.admin.inc
Allow users to add additional date formats.
system_date_format_delete in drupal/core/modules/system/system.module
Deletes a date format from the database.
system_date_format_language_overview_page in drupal/core/modules/system/system.admin.inc
Page callback: Displays edit date format links for each language.
system_date_format_save in drupal/core/modules/system/system.module
Saves a date format to the database.
TranslationTest::addLanguage in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Installs the specified language, or enables it if it is already installed.
TranslationTest::assertLanguageSwitchLinks in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Tests whether the specified language switch links are found.
TranslationTest::testContentTranslation in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Creates, modifies, and updates a basic page with a translation.
translation_entity_add_access in drupal/core/modules/translation_entity/translation_entity.module
Access callback for the translation addition page.
translation_entity_language_configuration_element_validate in drupal/core/modules/translation_entity/translation_entity.module
Form validation handler for element added with translation_entity_language_configuration_element_process().
translation_entity_overview in drupal/core/modules/translation_entity/translation_entity.pages.inc
Translations overview page callback.
translation_node_overview in drupal/core/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_node_prepare in drupal/core/modules/translation/translation.module
Implements hook_node_prepare().
translation_node_type_language_translation_enabled_validate in drupal/core/modules/translation/translation.module
Checks if translation can be enabled.
translation_node_view in drupal/core/modules/translation/translation.module
Implements hook_node_view().
user_preferred_langcode in drupal/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_language_list in drupal/core/modules/views/views.module
Prepares a list of language names.
_locale_rebuild_js in drupal/core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.