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 11.x for trans
  5. Other projects
Title Object type File name Summary
NodeTranslationUITest::getFormSubmitSuffix function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns appropriate submit button suffix based on translatability.
NodeTranslationUITest::getNewEntityValues function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of entity field values to be tested.
NodeTranslationUITest::getTranslatorPermissions function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of permissions needed for the translator.
NodeTranslationUITest::setUp function core/modules/node/tests/src/Functional/NodeTranslationUITest.php
NodeTranslationUITest::testDetailsTitleIsNotEscaped function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests title is not escaped (but XSS-filtered) for details form element.
NodeTranslationUITest::testDisabledBundle function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests that no metadata is stored for a disabled bundle.
NodeTranslationUITest::testPublishedStatusNoFields function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests changing the published status on a node without fields.
NodeTranslationUITest::testRevisionTranslationRendering function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests that revision translations are rendered properly.
NodeTranslationUITest::testTranslationLinkTheme function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests that translation page inherits admin status of edit page.
NodeTranslationUITest::testTranslationRendering function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests that translations are rendered properly.
NodeTranslationUITest::testTranslationUI function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests the basic translation UI.
NodeTranslationUITest::testUrlPrefixOnLanguageNeutralContent function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Test that when content is language neutral, it uses interface language.
NodeTypeTranslationTest class core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Ensures that node types translation work correctly.
NodeTypeTranslationTest.php file core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
NodeTypeTranslationTest::$additionalLangcodes property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Languages to enable.
NodeTypeTranslationTest::$adminUser property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Administrator user for tests.
NodeTypeTranslationTest::$defaultLangcode property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php The default language code to use in this test.
NodeTypeTranslationTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php The theme to install as the default for testing.
NodeTypeTranslationTest::$modules property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Modules to install.
NodeTypeTranslationTest::installParameters function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Install Drupal in a language other than English for this test. This is not
needed to test the node type translation itself but acts as a regression
test.
NodeTypeTranslationTest::setUp function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Tests the node type title label translation.
NodeTypeTranslationTest::testNodeTypeTranslation function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Tests the node type translation.
NodeUpdate7008::transform function core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Split the 'administer nodes' permission from 'access content overview'.
node_config_translation_info_alter function core/modules/node/node.module Implements hook_config_translation_info_alter().
node_translation_menu_links.yml file core/modules/content_translation/migrations/node_translation_menu_links.yml core/modules/content_translation/migrations/node_translation_menu_links.yml
NullCoalesce::transform function core/modules/migrate/src/Plugin/migrate/process/NullCoalesce.php Performs the associated process.
NullCoalesceTest::testTransform function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests null_coalesce.
NullCoalesceTest::testTransformWithDefault function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests null_coalesce.
NullCoalesceTest::transformDataProvider function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Provides Data for ::testTransform.
NullCoalesceTest::transformWithDefaultProvider function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Provides Data for ::testTransformWithDefault.
NullTestImageEffect::transformDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Determines the dimensions of the styled image.
OverridesSectionStorage::handleTranslationAccess function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Handles access checks related to translations.
PagerTest::createTranslation function core/modules/views/tests/src/Functional/Plugin/PagerTest.php Creates single translation for source string.
PagerTest::testPagerConfigTranslation function core/modules/views/tests/src/Functional/Plugin/PagerTest.php Tests translating the pager using config_translation.
PathContentModerationTest::testTranslatedModeratedNodeAlias function core/modules/path/tests/src/Functional/PathContentModerationTest.php Tests that translated and moderated node can get new draft revision.
PathLanguageTest::testAliasTranslation function core/modules/path/tests/src/Functional/PathLanguageTest.php Tests alias functionality through the admin interfaces.
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.
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.
PathWithNodeAccessGrantsTest::testAliasTranslation function core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php Tests alias functionality through the admin interfaces.
PathWorkspacesTest::testPathAliasesWithTranslation function core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php Tests path aliases with workspaces for translatable nodes.
path_entity_translation_create function core/modules/path/path.module Implements hook_entity_translation_create().
PDOConnection::beginTransaction function core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php
PermissionHandlerTest::$stringTranslation property core/modules/user/tests/src/Unit/PermissionHandlerTest.php The mocked string translation.
Permissions::transitionPermissions function core/modules/content_moderation/src/Permissions.php Returns an array of transition permissions.

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