Search for translate

  1. Search 7.x for translate
  2. Search 9.5.x for translate
  3. Search 8.9.x for translate
  4. Search 10.3.x for translate
  5. Other projects
Title Object type File name Summary
LocaleTranslateStringTourTest::$defaultTheme property core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php The theme to install as the default for testing.
LocaleTranslateStringTourTest::$modules property core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php Modules to enable.
LocaleTranslateStringTourTest::setUp function core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php
LocaleTranslateStringTourTest::testTranslateStringTourTips function core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php Tests locale tour tip availability.
LocaleTranslation::$translateEnglish property core/modules/locale/src/LocaleTranslation.php The translate english configuration value.
LocaleTranslation::canTranslateEnglish function core/modules/locale/src/LocaleTranslation.php Gets translate english configuration value.
locale_js_translate function core/modules/locale/locale.module Returns a list of translation files given a list of JavaScript files.
locale_test_translate.info.yml file core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml
locale_test_translate.module file core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module
locale_test_translate.schema.yml file core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml
locale_test_translate.settings.yml file core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml
locale_test_translate_modules_installed function core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module Implements hook_modules_installed().
locale_test_translate_system_info_alter function core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module Implements hook_system_info_alter().
locale_translate_batch_build function core/modules/locale/locale.bulk.inc Build a locale batch from an array of files.
locale_translate_batch_finished function core/modules/locale/locale.bulk.inc Implements callback_batch_finished().
locale_translate_batch_import function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
locale_translate_batch_import_files function core/modules/locale/locale.bulk.inc Prepare a batch to import all translations.
locale_translate_batch_import_save function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
locale_translate_batch_refresh function core/modules/locale/locale.bulk.inc Implements callback_batch_operation().
locale_translate_delete_translation_files function core/modules/locale/locale.bulk.inc Deletes interface translation files and translation history records.
locale_translate_file_attach_properties function core/modules/locale/locale.bulk.inc Generates file properties from filename and options.
locale_translate_file_create function core/modules/locale/locale.bulk.inc Creates a file object and populates the timestamp property.
locale_translate_get_interface_translation_files function core/modules/locale/locale.bulk.inc Get interface translation files present in the translations directory.
MenuLinkBase::getTranslateRoute function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns route information for a route to translate the menu link.
MenuLinkContent::getTranslateRoute function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
MenuLinkInterface::getTranslateRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to translate the menu link.
MigrateEntityContentBaseTest::testTranslated function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests importing and rolling back translated entities.
MigrateExternalTranslatedTest class core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests migrating non-Drupal translated content.
MigrateExternalTranslatedTest.php file core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::testMigrations function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests importing and rolling back our data.
MigrateExternalTranslatedTestSource class core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php A simple migrate source for our tests.
MigrateExternalTranslatedTestSource.php file core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::$import property core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php The data to import.
MigrateExternalTranslatedTestSource::fields function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::getIds function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::initializeIterator function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::__toString function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateTaxonomyTermTranslationTest::testTranslatedTaxonomyTerms function core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php Tests the Drupal 6 i18n taxonomy term to Drupal 8 migration.
MigrateTermLocalizedTranslationTest::testTranslatedLocalizedTaxonomyTerms function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php Tests the Drupal 6 i18n localized taxonomy term to Drupal 8 migration.
MigrateTermLocalizedTranslationTest::testTranslatedLocalizedTaxonomyTerms function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTermLocalizedTranslationTest.php Tests the Drupal 6 i18n localized taxonomy term to Drupal 8 migration.
MigrateUrlAliasTest::testUrlAliasWithTranslatedNodes function core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php Tests the URL alias migration with translated nodes.
migrate_external_translated_test.info.yml file core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml
ModerationLocaleTest::testTranslateModeratedContent function core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php Tests article translations can be moderated separately.
PathContentModerationTest::testTranslatedModeratedNodeAlias function core/modules/path/tests/src/Functional/PathContentModerationTest.php Tests that translated and moderated node can get new draft revision.
PathSetTranslated class core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php A process plugin to update the path of a translated node.
PathSetTranslated.php file core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php
PathSetTranslated::transform function core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php Performs the associated process.
PathSetTranslatedTest class core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Tests the path_set_translated process plugin.

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