Search for trans

  1. Search 7.x for trans
  2. Search 8.9.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
TermTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php
TermTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTranslationTest.php
TermTranslationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php The theme to install as the default for testing.
TermTranslationTest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Modules to enable.
TermTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php Modules to enable.
TermTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTranslationTest.php Modules to enable.
TermTranslationTest::$terms property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Created terms.
TermTranslationTest::$termTranslationMap property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Term to translated term mapping.
TermTranslationTest::getLeafTerm function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Get the final (leaf) term in the hierarchy.
TermTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php The data provider.
TermTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTranslationTest.php The data provider.
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 enable.
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.
TestEntityForm::$stringTranslation property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The string translation service.
TestEntityHandlerBase::$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
TestFileTransfer::connect function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Connects to the server.
TestFileTransfer::copyFileJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Copies a file.
TestFileTransfer::createDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Creates a directory.
TestFileTransfer::factory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Defines a factory method for this class.
TestFileTransfer::isDirectory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Checks if a particular path is a directory.
TestFileTransfer::isFile function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Checks if a particular path is a file (not a directory).
TestFileTransfer::removeDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a directory.
TestFileTransfer::removeFileJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a file.
TestFileTransfer::__construct function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Constructs a Drupal\Core\FileTransfer\FileTransfer object.
TestFileTransferWithSettingsForm class core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Provides an object to test the settings form functionality.

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