Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
ProfileFieldTranslationTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php The data provider.
ProfileTranslationHandler class core/modules/user/src/ProfileTranslationHandler.php Defines the translation handler for users.
ProfileTranslationHandler.php file core/modules/user/src/ProfileTranslationHandler.php
ProfileTranslationHandler::entityFormAlter function core/modules/user/src/ProfileTranslationHandler.php Performs the needed alterations to the entity form.
ProfileTranslationHandler::entityFormSave function core/modules/user/src/ProfileTranslationHandler.php Form submission handler for ProfileTranslationHandler::entityFormAlter().
ProfileTranslationHandler::hasCreatedTime function core/modules/user/src/ProfileTranslationHandler.php Checks whether the entity type supports creation time natively.
ProfileTranslationHandler::hasPublishedStatus function core/modules/user/src/ProfileTranslationHandler.php Checks whether the entity type supports published status natively.
QuickEditIntegrationTest::testGetUntransformedTextCommand function core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php Tests GetUntransformedTextCommand AJAX command.
RequiredModuleUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php
ResizeImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Determines the dimensions of the styled image.
RotateImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Determines the dimensions of the styled image.
Route::transform function core/modules/migrate/src/Plugin/migrate/process/Route.php Set the destination route information based on the source link_path.
RouteCachingLanguageTest::testLinkTranslationWithAlias function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Creates content with a link field pointing to an alias of another language.
RouteTest::doTransform function core/modules/migrate/tests/src/Kernel/process/RouteTest.php Transforms link path data to a route.
RowEntityRenderersTest::assertTranslations function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks that the view results match the expected values.
RssResponseRelativeUrlFilter::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php Converts all root-relative URLs to absolute URLs in RSS markup.
ScaleImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Determines the dimensions of the styled image.
SearchConfigurationRankings::transform function core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php Generate the configuration rankings.
SeparatorTranslationTest class core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Test to ensure the datetime range separator is translatable.
SeparatorTranslationTest.php file core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::$field property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php The field used in this test class.
SeparatorTranslationTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php A field storage to use in this test class.
SeparatorTranslationTest::$modules property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Modules to enable.
SeparatorTranslationTest::setUp function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::testSeparatorTranslation function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Tests the translation of the range separator.
ShortcutTranslationUITest class core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests the shortcut translation UI.
ShortcutTranslationUITest.php file core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
ShortcutTranslationUITest::$defaultCacheContexts property core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php {inheritdoc}
ShortcutTranslationUITest::$defaultTheme property core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php The theme to install as the default for testing.
ShortcutTranslationUITest::$modules property core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Modules to enable.
ShortcutTranslationUITest::createEntity function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Creates the entity to be translated.
ShortcutTranslationUITest::doTestBasicTranslation function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests the basic translation workflow.
ShortcutTranslationUITest::doTestTranslationChanged function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests the basic translation workflow.
ShortcutTranslationUITest::doTestTranslationEdit function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests edit content translation.
ShortcutTranslationUITest::getNewEntityValues function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Returns an array of entity field values to be tested.
ShortcutTranslationUITest::getTranslatorPermissions function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Returns an array of permissions needed for the translator.
ShortcutTranslationUITest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
SkipRowIfNotSet::transform function core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php Performs the associated process.
SortTranslationTest class core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Tests sorting on translatable and not translatable fields.
SortTranslationTest.php file core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SortTranslationTest::$modules property core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Modules to enable.
SortTranslationTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Views to be enabled.
SortTranslationTest::setUp function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SortTranslationTest::testSortbyUntranslatedIntegerField function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Test sorting on an untranslated field.
SourceString::isTranslation function core/modules/locale/src/SourceString.php Checks whether the object is a translation string.
SqlContentEntityStorageSchemaConverterNonTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Tests converting a non-translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterNonTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php
SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaConverterTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Tests converting a translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php

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