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
CckFileTest::testTransformAltTitle function core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php Tests that alt and title attributes are included in transformed values.
CKEditorIntegrationTest::getLastPreviewRequestTransferSize function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Gets the transfer size of the last preview request.
CKEditorIntegrationTest::testTranslationAlt function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Test that dialog loads appropriate translation's alt text.
CKEditorStylesComboTranslationTest class core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php Tests administration of the CKEditor StylesCombo plugin.
CKEditorStylesComboTranslationTest.php file core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php
CKEditorStylesComboTranslationTest::$adminUser property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php A user with the 'administer filters' permission.
CKEditorStylesComboTranslationTest::$defaultTheme property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php The theme to install as the default for testing.
CKEditorStylesComboTranslationTest::$format property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php A randomly generated format machine name.
CKEditorStylesComboTranslationTest::$modules property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php {inheritdoc}
CKEditorStylesComboTranslationTest::setUp function core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php
CKEditorStylesComboTranslationTest::testExistingFormat function core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php Tests translations of CKEditor styles configuration.
CKEditorTest::testJSTranslation function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests that CKEditor plugins participate in JS translation.
CommentAdminTest::testCommentedTranslationDeletion function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests commented translation deletion admin view.
CommentEntityTranslation class core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Provides Drupal 7 comment entity translation source plugin.
CommentEntityTranslation.php file core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslation::fields function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Returns available fields on the source.
CommentEntityTranslation::getIds function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Defines the source fields uniquely identifying a source row.
CommentEntityTranslation::prepareRow function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Adds additional data to the row.
CommentEntityTranslation::query function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslationTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php Tests D7 comment entity translation source plugin.
CommentEntityTranslationTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php
CommentEntityTranslationTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php Modules to enable.
CommentEntityTranslationTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php The data provider.
CommentLinkBuilderTest::$stringTranslation property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php String translation mock.
CommentTranslationHandler class core/modules/comment/src/CommentTranslationHandler.php Defines the translation handler for comments.
CommentTranslationHandler.php file core/modules/comment/src/CommentTranslationHandler.php
CommentTranslationHandler::entityFormAlter function core/modules/comment/src/CommentTranslationHandler.php Performs the needed alterations to the entity form.
CommentTranslationHandler::entityFormEntityBuild function core/modules/comment/src/CommentTranslationHandler.php Entity builder method.
CommentTranslationHandler::entityFormTitle function core/modules/comment/src/CommentTranslationHandler.php Returns the title to be used for the entity form page.
CommentTranslationUITest class core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests the Comment Translation UI.
CommentTranslationUITest.php file core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
CommentTranslationUITest::$adminUser property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php An administrative user with permission to administer comments.
CommentTranslationUITest::$defaultCacheContexts property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php {inheritdoc}
CommentTranslationUITest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php The theme to install as the default for testing.
CommentTranslationUITest::$modules property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Modules to install.
CommentTranslationUITest::$subject property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php The subject of the test comment.
CommentTranslationUITest::createEntity function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Creates the entity to be translated.
CommentTranslationUITest::doTestAuthoringInfo function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests the translation authoring information.
CommentTranslationUITest::doTestPublishedStatus function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests the translation publishing status.
CommentTranslationUITest::doTestTranslationEdit function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests edit content translation.
CommentTranslationUITest::getNewEntityValues function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Returns an array of entity field values to be tested.
CommentTranslationUITest::getTranslatorPermissions function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Returns an array of permissions needed for the translator.
CommentTranslationUITest::setUp function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
CommentTranslationUITest::setupBundle function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Creates or initializes the bundle date if needed.
CommentTranslationUITest::testTranslateLinkCommentAdminPage function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests translate link on comment content admin page.
ComplexTestTypeTransitionForm class core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php Form to configure the complex test workflow states.
ComplexTestTypeTransitionForm.php file core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php
ComplexTestTypeTransitionForm::buildConfigurationForm function core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php Form constructor.
Concat::transform function core/modules/migrate/src/Plugin/migrate/process/Concat.php Performs the associated process.
Condition::translateCondition function core/lib/Drupal/Core/Entity/Query/Sql/Condition.php Translates the string operators to SQL equivalents.

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