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 10.3.x for trans
  5. Other projects
Title Object type File name Summary
TermTranslationTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php
TermTranslationTest::setUpTerms function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Setup translated terms in a hierarchy.
TermTranslationTest::testTermsTranslation function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Tests translation of terms are showed in the node.
TermTranslationTest::testTranslatedBreadcrumbs function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Tests translated breadcrumbs.
TermTranslationUITest class core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests the Term Translation UI.
TermTranslationUITest.php file core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
TermTranslationUITest::$defaultCacheContexts property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Default cache contexts expected on a non-translated entity.
TermTranslationUITest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php The theme to install as the default for testing.
TermTranslationUITest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Modules to install.
TermTranslationUITest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php The vocabulary used for creating terms.
TermTranslationUITest::doTestPublishedStatus function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests the translation publishing status.
TermTranslationUITest::doTestTranslationEdit function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests edit content translation.
TermTranslationUITest::getEditValues function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an edit array containing the values to be posted.
TermTranslationUITest::getNewEntityValues function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an array of entity field values to be tested.
TermTranslationUITest::getTranslatorPermissions function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an array of permissions needed for the translator.
TermTranslationUITest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
TermTranslationUITest::setupBundle function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Creates or initializes the bundle date if needed.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests translate link on vocabulary term list.
TermTranslationUITest::testTranslationUI function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests the basic translation UI.
TermTranslationViewsTest class core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Tests for views translation.
TermTranslationViewsTest.php file core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php
TermTranslationViewsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php The theme to install as the default for testing.
TermTranslationViewsTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Modules to install.
TermTranslationViewsTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Created terms.
TermTranslationViewsTest::$termTranslationMap property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Term to translated term mapping.
TermTranslationViewsTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Views used by this test.
TermTranslationViewsTest::$translationLanguage property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Language object.
TermTranslationViewsTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Sets up the test.
TermTranslationViewsTest::setUpTerms function core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Setup translated terms in a hierarchy.
TermTranslationViewsTest::testTermsTranslationWithContextualFilter function core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php Ensure that proper translation is returned when contextual filter.
TestEntityForm::$stringTranslation property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The string translation service.
TestFileTransfer class core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Mock FileTransfer object for test case.
TestFileTransfer.php file core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php
TestFileTransfer::$host property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php
TestFileTransfer::$password property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php The password for this file transfer.
TestFileTransfer::$port property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php The port for this file transfer.
TestFileTransfer::$shouldIsDirectoryReturnTrue property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php This is for testing the CopyRecursive logic.
TestFileTransfer::$username property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php The username for this file transfer.
TestFileTransfer::chmodJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Stub function for changing file permissions within the jailed environment.
TestFileTransfer::connect function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Establishes a mock connection for file transfer.
TestFileTransfer::copyFileJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Copies a file within the jailed environment.
TestFileTransfer::createDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Creates a directory within the jailed environment.
TestFileTransfer::factory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Factory method to create a TestFileTransfer instance.
TestFileTransfer::isDirectory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Checks if a path is a directory.
TestFileTransfer::isFile function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Checks if a path is a file.
TestFileTransfer::removeDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a directory within the jailed environment.
TestFileTransfer::removeFileJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a file within the jailed environment.
TestFileTransferWithSettingsForm class core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Provides an object to test the settings form functionality.
TestFileTransferWithSettingsForm.php file core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php
TestFileTransferWithSettingsForm::factory function core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.

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