Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for language

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
views_handler_argument_locale_language::title function core/modules/locale/views/views_handler_argument_locale_language.inc Override the behavior of title(). Get the user friendly version of the language.
locale_language_negotiation_url_prefixes_save function core/includes/locale.inc Saves language prefix settings.
TranslationTestCase::assertLanguageSwitchLinks function core/modules/translation/tests/translation.test Tests whether the specified language switch links are found.
language_negotiation_configure_url_form_submit function core/modules/locale/locale.admin.inc Form submission handler for language_negotiation_configure_url_form().
locale_form_language_admin_overview_form_alter function core/modules/locale/locale.module Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
views_handler_field_user_language::render_link function core/modules/user/views/views_handler_field_user_language.inc
PathPatternLocaleTestCase::testLanguageAliases function core/modules/path/tests/path_pattern.test Test that when an English node is updated, its old English URL alias is updated and its newer French URL alias is left intact.
LocaleImportFunctionalTest::testLanguageContext function core/modules/locale/tests/locale.test Test msgctxt context support.
views_handler_argument_term_language::construct function core/modules/taxonomy/views/views_handler_argument_term_language.inc Constructor
views_handler_field_term_language::options_form function core/modules/locale/views/views_handler_field_term_language.inc Provide link to taxonomy option
PathLanguageUITestCase::testLanguageNeutralURLs function core/modules/path/tests/path.test Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testDefaultLanguageURLs function core/modules/path/tests/path.test Tests that a default language URL alias works.
views_handler_field_node_language::options_form function core/modules/locale/views/views_handler_field_node_language.inc Provide link to node option
views_handler_argument_node_language::construct function core/modules/node/views/views_handler_argument_node_language.inc Constructor
MenuLanguageTestCase::testMenuParentLanguageNode function core/modules/menu/tests/menu_language.test Test that the available parent menu items match on the node form.
language_negotiation_configure_url_form_validate function core/modules/locale/locale.admin.inc Validation handler for url provider configuration.
LanguageUpgradePathTestCase::testLanguageUpgrade function core/modules/simpletest/tests/upgrade/upgrade.language.test Tests a successful upgrade.
locale_form_language_admin_add_form_alter_submit function core/modules/locale/locale.module Set a batch for newly added language.
locale_form_language_admin_edit_form_alter_submit function core/modules/locale/locale.module Submission handler to record our custom setting.
views_handler_argument_locale_language::construct function core/modules/locale/views/views_handler_argument_locale_language.inc Constructor
views_handler_field_locale_language::options_form function core/modules/locale/views/views_handler_field_locale_language.inc Default options form that provides the label widget that all fields should have.
views_handler_argument_term_language::summary_name function core/modules/taxonomy/views/views_handler_argument_term_language.inc Override the behavior of summary_name(). Get the user friendly version of the language.
language_negotiation_configure_session_form_submit function core/modules/locale/locale.admin.inc Form submission handler for language_negotiation_configure_session_form().
LocaleLanguageNegotiationInfoFunctionalTest::setUp function core/modules/locale/tests/locale.test Sets up a Backdrop site for running functional and integration tests.
views_handler_argument_node_language::summary_name function core/modules/node/views/views_handler_argument_node_language.inc Override the behavior of summary_name(). Get the user friendly version of the language.
LocaleConfigurationTest::testLanguageConfiguration function core/modules/locale/tests/locale.test Functional tests for adding, editing and deleting languages.
views_handler_argument_term_language::term_language function core/modules/taxonomy/views/views_handler_argument_term_language.inc
LocaleBrowserDetectionTest::testLanguageFromBrowser function core/modules/locale/tests/locale.test Unit tests for the locale_language_from_browser() function.
LocaleUILanguageNegotiationTest::testLanguageDomain function core/modules/locale/tests/locale.test Tests url() when separate domains are used for multiple languages.
views_handler_argument_node_language::node_language function core/modules/node/views/views_handler_argument_node_language.inc
FieldTranslationsTestCase::testFieldDisplayLanguage function core/modules/field/tests/field.test Tests display language logic for translatable fields.
views_handler_field_term_language::option_definition function core/modules/locale/views/views_handler_field_term_language.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_node_language::option_definition function core/modules/locale/views/views_handler_field_node_language.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_argument_locale_language::summary_name function core/modules/locale/views/views_handler_argument_locale_language.inc Override the behavior of summary_name(). Get the user friendly version of the language.
views_handler_filter_term_language::get_value_options function core/modules/locale/views/views_handler_filter_term_language.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_node_language::get_value_options function core/modules/locale/views/views_handler_filter_node_language.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_field_locale_language::option_definition function core/modules/locale/views/views_handler_field_locale_language.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FieldTranslationsTestCase::testFieldAvailableLanguages function core/modules/field/tests/field.test Ensures that only valid values are returned by field_available_languages().
LocalePathFunctionalTest::testPathLanguageConfiguration function core/modules/locale/tests/locale.test Test if a language can be associated with a URL alias.
views_handler_argument_locale_language::locale_language function core/modules/locale/views/views_handler_argument_locale_language.inc
views_handler_filter_locale_language::get_value_options function core/modules/locale/views/views_handler_filter_locale_language.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock function core/modules/locale/tests/locale.test Functional tests for the language switcher block.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback function core/modules/locale/tests/locale.test Test URL language detection when the requested URL has no language.
LocaleCommentLanguageFunctionalTest::testCommentLanguage function core/modules/locale/tests/locale.test Test that comment language is properly set.
InstallerLanguageTestCase::testInstallerTranslationFiles function core/modules/simpletest/tests/installer.test Tests that the installer can find translation files.
TranslationTestCase::testLanguageSwitcherBlockIntegration function core/modules/translation/tests/translation.test Tests that the language switcher block alterations work as intended.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation function core/modules/locale/tests/locale.test Tests for language switching by URL path.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation function core/modules/taxonomy/tests/taxonomy.test Test term creation with a free-tagging vocabulary from the node form.
TaxonomyLanguageFunctionalTest::testVocabularyLanguageInterface function core/modules/taxonomy/tests/taxonomy.test Create, configure and delete a vocabulary via the user interface.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration function core/modules/locale/tests/locale.test Test if user can change their default language.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org