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
TermEntityTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
TermEntityTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Returns available fields on the source.
TermEntityTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Defines the source fields uniquely identifying a source row.
TermEntityTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Adds additional data to the row.
TermEntityTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
TermEntityTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php Tests taxonomy term entity translation source plugin.
TermEntityTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php
TermEntityTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php Modules to install.
TermEntityTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php
TermLanguageTest::testTermTranslatedOnOverviewPage function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Tests that translated terms are displayed correctly on the term overview.
TermLocalizedTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Drupal 6 i18n taxonomy terms source from database.
TermLocalizedTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Drupal 7 i18n taxonomy terms source from database.
TermLocalizedTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php
TermLocalizedTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php
TermLocalizedTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Returns available fields on the source.
TermLocalizedTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Returns available fields on the source.
TermLocalizedTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Defines the source fields uniquely identifying a source row.
TermLocalizedTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Defines the source fields uniquely identifying a source row.
TermLocalizedTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Adds additional data to the row.
TermLocalizedTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Adds additional data to the row.
TermLocalizedTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php
TermLocalizedTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php
TermLocalizedTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php Tests D6 i18n term localized source plugin.
TermLocalizedTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php Tests D7 i18n term localized source plugin.
TermLocalizedTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php
TermLocalizedTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php
TermLocalizedTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php Modules to install.
TermLocalizedTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php Modules to install.
TermLocalizedTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php
TermLocalizedTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php
TermTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php Drupal 7 i18n taxonomy terms source from database.
TermTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php
TermTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php Returns available fields on the source.
TermTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php Defines the source fields uniquely identifying a source row.
TermTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php Adds additional data to the row.
TermTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php
TermTranslationFieldViewTest class core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests the translation of taxonomy terms field on nodes.
TermTranslationFieldViewTest.php file core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::$baseTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The tag in the source language.
TermTranslationFieldViewTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The theme to install as the default for testing.
TermTranslationFieldViewTest::$modules property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Modules to install.
TermTranslationFieldViewTest::$term property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The term that should be translated.
TermTranslationFieldViewTest::$translatedTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The translated value for the tag.
TermTranslationFieldViewTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::setUpNode function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject node, with translation.
TermTranslationFieldViewTest::setUpTerm function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject term, with translation.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Tests if the translated taxonomy term is displayed.
TermTranslationHandler class core/modules/taxonomy/src/TermTranslationHandler.php Defines the translation handler for terms.
TermTranslationHandler.php file core/modules/taxonomy/src/TermTranslationHandler.php
TermTranslationHandler::entityFormAlter function core/modules/taxonomy/src/TermTranslationHandler.php Performs the needed alterations to the entity form.

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