Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 8.9.x for trans
  4. Search 10.3.x for trans
  5. Other projects
Title Object type File name Summary
LocaleConfigSubscriberTest::setUpTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Sets up a configuration string with a translation.
LocaleConfigSubscriberTest::testCreateTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests creating translations of shipped configuration.
LocaleConfigSubscriberTest::testCreateTranslationMultiValue function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests creating translations configuration with multi value settings.
LocaleConfigSubscriberTest::testDeleteTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests deleting translations of shipped configuration.
LocaleConfigSubscriberTest::testLocaleCreateTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests importing community translations of shipped configuration.
LocaleConfigSubscriberTest::testLocaleDeleteTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests deleting community translations of shipped configuration.
LocaleConfigSubscriberTest::testLocaleUpdateTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests updating community translations of shipped configuration.
LocaleConfigSubscriberTest::testUpdateTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests updating translations of shipped configuration.
LocaleConfigTranslationImportTest class core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests translation update's effects on configuration translations.
LocaleConfigTranslationImportTest.php file core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
LocaleConfigTranslationImportTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
LocaleConfigTranslationImportTest::$modules property core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
LocaleConfigTranslationImportTest::testConfigTranslationImport function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationWithNonEnglishLanguageDefault function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests setting a non-English language as default and importing configuration.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest class core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php Tests translation of configuration strings.
LocaleConfigTranslationTest.php file core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
LocaleConfigTranslationTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
LocaleConfigTranslationTest::$langcode property core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php The language code used.
LocaleConfigTranslationTest::$modules property core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
LocaleConfigTranslationTest::$storage property core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
LocaleConfigTranslationTest::assertNodeConfig function core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php Check that node configuration source strings are made available in locale.
LocaleConfigTranslationTest::setUp function core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
LocaleConfigTranslationTest::testConfigTranslation function core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php Tests basic configuration translation.
LocaleConfigTranslationTest::testOptionalConfiguration function core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php Tests translatability of optional configuration in locale.
LocaleController::checkTranslation function core/modules/locale/src/Controller/LocaleController.php Checks for translation updates and displays the translations status.
LocaleController::translatePage function core/modules/locale/src/Controller/LocaleController.php Shows the string search screen.
LocaleEvents::SAVE_TRANSLATION constant core/modules/locale/src/LocaleEvents.php The name of the event fired when saving a translated string.
LocaleExportTest::getUntranslatedString function core/modules/locale/tests/src/Functional/LocaleExportTest.php Returns a .po file fragment with an untranslated string.
LocaleExportTest::testExportTranslation function core/modules/locale/tests/src/Functional/LocaleExportTest.php Tests exportation of translations.
LocaleExportTest::testExportTranslationTemplateFile function core/modules/locale/tests/src/Functional/LocaleExportTest.php Tests exportation of translation template file.
LocaleImportFunctionalTest::testConfigTranslationImportingPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests .po file import with user.settings configuration.
LocaleImportFunctionalTest::testCreatedLanguageTranslation function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests the translation are imported when a new language is created.
LocaleJavascriptTranslationTest class core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Tests parsing js files for translatable strings.
LocaleJavascriptTranslationTest.php file core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
LocaleJavascriptTranslationTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
LocaleJavascriptTranslationTest::$modules property core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
LocaleJavascriptTranslationTest::testFileParsing function core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php @covers ::\_locale_parse_js_file
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies function core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Assert translations JS is added before drupal.js, because it depends on it.
LocaleLookupTest::providerFixOldPluralTranslationProvider function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Provides test data for testResolveCacheMissWithFallback().
LocaleLookupTest::testFixOldPluralStyleTranslations function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups with old plural style of translations.
LocaleLookupTest::testResolveCacheMissNoTranslation function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups without a found translation.
LocaleNonInteractiveInstallTest::testInstallerTranslations function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Tests that the expected translated text appears on the login screen.
LocaleStringTest::createAllTranslations function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates translations for source string and all languages.
LocaleStringTest::createTranslation function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates single translation for source string.
LocaleTestDevelopmentReleaseHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Implements hook_locale_translation_projects_alter().
LocaleTestHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_locale_translation_projects_alter().
LocaleTestTranslateHooks class core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Hook implementations for locale_test_translate.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.