block_custom_block_form in modules/block/block.module
Form constructor for the custom block form.
block_custom_block_translate_access in modules/block/block.admin.inc
Menu access callback for translating a single block.
block_custom_block_translate_list in modules/block/block.admin.inc
Form constructor for the block translation list form.
field_content_languages in modules/field/field.multilingual.inc
Returns available content languages.
language_admin_add_custom_form_validate in modules/language/language.admin.inc
Validate the language addition form on custom language button.
language_admin_delete_form in modules/language/language.admin.inc
User interface for the language deletion confirmation screen.
language_admin_delete_form_submit in modules/language/language.admin.inc
Process language deletion submissions.
language_admin_edit_form_submit in modules/language/language.admin.inc
Process the language editing form submission.
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_admin_predefined_list in modules/language/language.admin.inc
Prepare a language code list for unused predefined languages.
language_default in includes/bootstrap.inc
Returns the default language used on the site.
language_delete in modules/language/language.module
Delete a language.
language_fallback_get_candidates in includes/language.inc
Returns the possible fallback languages ordered by language weight.
LanguageLayoutAccess::form in modules/layout/plugins/access/language_layout_access.inc
Settings form for configuring this access item.
LanguageLayoutAccess::summary in modules/layout/plugins/access/language_layout_access.inc
Provides a human-readable summary of this access check's behavior.
LanguageListTest::testLanguageList in modules/language/tests/language.test
Functional tests for adding, configuring, and deleting languages.
language_load in includes/bootstrap.inc
Loads a language object from the database.
language_negotiation_configure_url_form in modules/locale/locale.admin.inc
Builds the URL language provider configuration form.
language_negotiation_configure_url_form_validate in modules/locale/locale.admin.inc
Validation handler for url provider configuration.
language_provider_invoke in includes/language.inc
Helper function used to cache the language negotiation providers results.
LanguageUpgradePathTestCase::testLanguageUpgrade in modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/locale/tests/locale.test
Test that comment language is properly set.
locale_date_format_form in modules/locale/locale.admin.inc
Form callback; Display fields for setting the date format for each language.
locale_enable in modules/locale/locale.install
Fill in the path prefixes and domains when enabled.
locale_form_redirect_edit_form_alter in modules/redirect/redirect.module
Implements hook_form_FORM_ID_alter() on behalf of locale.module.
_locale_invalidate_js in includes/locale.inc
Force the JavaScript translation file(s) to be refreshed.
locale_language_selector_form in modules/locale/locale.module
Form builder callback to display language selection widget.
locale_language_switcher_session in includes/locale.inc
Return the session language switcher block.
locale_language_switcher_url in includes/locale.inc
Return links for the URL language switcher block.
locale_language_url_rewrite_session in includes/locale.inc
Rewrite URLs for the Session language provider.
locale_language_url_rewrite_url in includes/locale.inc
Rewrite URLs for the URL language provider.
_locale_rebuild_js in includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
locale_translate_batch_import_files in modules/locale/locale.bulk.inc
Prepare a batch to import all translations.
locale_translate_edit_form in modules/locale/locale.pages.inc
User interface for string editing.
locale_translate_export_po_form_submit in modules/locale/locale.bulk.inc
Process a translation (or template) export form submission.
locale_translate_export_screen in modules/locale/locale.bulk.inc
User interface for the translation export screen.
locale_translate_import_form in modules/locale/locale.bulk.inc
User interface for the translation import screen.
locale_translate_import_form_submit in modules/locale/locale.bulk.inc
Process the locale import form submission.
_locale_translate_language_list in modules/locale/locale.pages.inc
List languages in search result table
locale_translation_filters in modules/locale/locale.pages.inc
List locale translation filters that can be applied.
LocaleUILanguageNegotiationTest::testLanguageDomain in modules/locale/tests/locale.test
Tests url() when separate domains are used for multiple languages.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/locale/tests/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUrlRewritingTest::testDomainNameNegotiationPort in modules/locale/tests/locale.test
Check URL rewriting when using a domain name and a non-standard port.
LocaleUrlRewritingTest::testUrlRewritingEdgeCases in modules/locale/tests/locale.test
Check that disabled or non-installed languages are not considered.
menu_edit_item in modules/menu/menu.admin.inc
Menu callback; Build the menu link editing form.
menu_overview_form in modules/menu/menu.admin.inc
Form for editing an entire menu tree at once.
_menu_overview_tree_form in modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().
menu_tree_all_data in includes/menu.inc
Gets the data structure representing a named menu tree.
node_form in modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_form_search_form_alter in modules/node/node.module
Implements hook_form_FORM_ID_alter().
node_path_info in modules/node/node.path.inc
Implements hook_path_info().
path_admin_form in modules/path/path.admin.inc
Form builder; Main URL alias pattern administration form.
PathLanguageTestCase::testAliasTranslation in modules/path/tests/path.test
Test alias functionality through the admin interfaces.
system_init in modules/system/system.module
Implements hook_init().
taxonomy_form_term in modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_overview_terms in modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_path_info in modules/taxonomy/taxonomy.path.inc
Implements hook_path_info().
translation_form_node_form_alter in modules/translation/translation.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
translation_node_overview in modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_node_prepare in modules/translation/translation.module
Implements hook_node_prepare().
translation_node_view in modules/translation/translation.module
Implements hook_node_view().
TranslationTestCase::addLanguage in modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::assertLanguageSwitchLinks in modules/translation/tests/translation.test
Tests whether the specified language switch links are found.
TranslationTestCase::testContentTranslation in modules/translation/tests/translation.test
Creates, modifies, and updates a page with a translation.
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_node::render_link in modules/node/views/views_handler_field_node.inc
Render whatever the data is as a link to the node.
views_handler_field_node_revision::render_link in modules/node/views/views_handler_field_node_revision.inc
Render whatever the data is as a link to the node.
views_handler_field_user_language::render_link in modules/user/views/views_handler_field_user_language.inc
views_language_list in modules/views/views.module
Returns an array of language names.
views_plugin_localization_core::save_string in modules/views/plugins/views_plugin_localization_core.inc
Save a string for translation.