Search for translate

  1. Search 7.x for translate
  2. Search 9.5.x for translate
  3. Search 10.3.x for translate
  4. Search 11.x for translate
  5. Other projects
Title Object type File name Summary
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.
PathSetTranslatedTest.php file core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php
PathSetTranslatedTest::testTransform function core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Tests the transform method.
PathSetTranslatedTest::transformDataProvider function core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Provides data for the testTransform method.
PluralTranslatableMarkup::$translatedString property core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php The already translated string.
PluralTranslatableMarkup::createFromTranslatedString function core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php Constructs a new class instance from already translated markup.
PrivateFileOnTranslatedEntityTest class core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Uploads private files to translated node and checks access.
PrivateFileOnTranslatedEntityTest.php file core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The theme to install as the default for testing.
PrivateFileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The name of the file field used in the test.
PrivateFileOnTranslatedEntityTest::$modules property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Modules to enable.
PrivateFileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Tests private file fields on translated nodes.
SortTranslationTest::testSortbyUntranslatedIntegerField function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Test sorting on an untranslated field.
TaxonomyTranslationTestTrait::$translateToLangcode property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php Target langcode for translation.
TaxonomyTranslationTestTrait::$translateToLangcode property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Target langcode for translation.
TermLanguageTest::testTermTranslatedOnOverviewPage function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Tests that translated terms are displayed correctly on the term overview.
TermTranslationFieldViewTest::$translatedTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The translated value for the tag.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests if the translated taxonomy term is displayed.
TermTranslationTest::testTranslatedBreadcrumbs function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Test translated breadcrumbs.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests translate link on vocabulary term list.
TestTranslationManager::translate function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Translates a string to the current language or to a given language.
TestTranslationManager::translateString function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Translates a TranslatableMarkup object to a string.
TranslatableInterface::getUntranslated function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the translatable object referring to the original language.
TranslatableMarkup::$translatedMarkup property core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php The translated markup without placeholder replacements.
TranslatableMarkup::getUntranslatedString function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Gets the untranslated string value stored in this translated string.
TranslatedViewTest class core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Tests that translated strings in views UI don't override original strings.
TranslatedViewTest.php file core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
TranslatedViewTest::$adminUser property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Administrator user for tests.
TranslatedViewTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php The theme to install as the default for testing.
TranslatedViewTest::$langcodes property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Languages to enable.
TranslatedViewTest::$modules property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Modules to enable.
TranslatedViewTest::setUp function core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
TranslatedViewTest::testTranslatedStrings function core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
TranslateEditForm class core/modules/locale/src/Form/TranslateEditForm.php Defines a translation edit form.
TranslateEditForm.php file core/modules/locale/src/Form/TranslateEditForm.php
TranslateEditForm::buildForm function core/modules/locale/src/Form/TranslateEditForm.php Form constructor.
TranslateEditForm::getFormId function core/modules/locale/src/Form/TranslateEditForm.php Returns a unique string identifying the form.
TranslateEditForm::submitForm function core/modules/locale/src/Form/TranslateEditForm.php Form submission handler.
TranslateEditForm::validateForm function core/modules/locale/src/Form/TranslateEditForm.php Form validation handler.
TranslateFilterForm class core/modules/locale/src/Form/TranslateFilterForm.php Provides a filtered translation edit form.
TranslateFilterForm.php file core/modules/locale/src/Form/TranslateFilterForm.php
TranslateFilterForm::buildForm function core/modules/locale/src/Form/TranslateFilterForm.php Form constructor.
TranslateFilterForm::getFormId function core/modules/locale/src/Form/TranslateFilterForm.php Returns a unique string identifying the form.
TranslateFilterForm::resetForm function core/modules/locale/src/Form/TranslateFilterForm.php Provides a submit handler for the reset button.
TranslateFilterForm::submitForm function core/modules/locale/src/Form/TranslateFilterForm.php Form submission handler.
TranslateFormBase class core/modules/locale/src/Form/TranslateFormBase.php Defines the locale user interface translation form base.
TranslateFormBase.php file core/modules/locale/src/Form/TranslateFormBase.php
TranslateFormBase::$filterValues property core/modules/locale/src/Form/TranslateFormBase.php

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