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
VariableTranslation::query function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php
VariableTranslation::query function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php
VariableTranslation::values function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Return the values of the variables specified in the plugin configuration.
VariableTranslation::values function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Return the values of the variables specified in the plugin configuration.
VariableTranslation::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php
VariableTranslation::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php
VariableTranslationCheckRequirementsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Tests check requirements for variable translation source plugin.
VariableTranslationCheckRequirementsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php
VariableTranslationCheckRequirementsTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Modules to install.
VariableTranslationCheckRequirementsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php
VariableTranslationCheckRequirementsTest::testCheckRequirements function core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Tests exception in thrown when the i18n_variable table does not exist.
VariableTranslationTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php Tests the variable source plugin.
VariableTranslationTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php Tests the variable source plugin.
VariableTranslationTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php
VariableTranslationTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php
VariableTranslationTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php Modules to install.
VariableTranslationTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php Modules to install.
VariableTranslationTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php
VariableTranslationTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php
ViewDuplicateForm::copyTranslations function core/modules/views_ui/src/ViewDuplicateForm.php Copies all translations that existed on the original View.
ViewNonTranslatableEntityTest class core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php Tests the view creation of non-translatable entities.
ViewNonTranslatableEntityTest.php file core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php
ViewNonTranslatableEntityTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php The theme to install as the default for testing.
ViewNonTranslatableEntityTest::$modules property core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php Modules to install.
ViewNonTranslatableEntityTest::testViewNoTranslatableEntity function core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php Tests displaying a view of non-translatable entities.
views.view.no_entity_translation_view.yml file core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml
views.view.taxonomy_translated_term_name_test.yml file core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_translated_term_name_test.yml core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_translated_term_name_test.yml
views.view.test_argument_transform_term.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_transform_term.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_transform_term.yml
views.view.test_entity_translations_link.yml file core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml
views.view.test_field_config_translation_filter.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_config_translation_filter.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_config_translation_filter.yml
views.view.test_latest_translation_affected_revision_filter.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
views.view.test_serializer_display_entity_translated.yml file core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity_translated.yml core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity_translated.yml
views.view.test_view_sort_translation.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml
Views::$translationManager property core/modules/views/src/Views.php The translation manager.
ViewsModerationStateFilterTest::testNonTranslatableEntityType function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Tests the moderation filter with a non-translatable entity type.
ViewsUITourTest::createTranslation function core/modules/tour/tests/src/Functional/ViewsUi/ViewsUITourTest.php Creates single translation for source string.
ViewsUITourTest::testViewsUiTourTipsTranslated function core/modules/tour/tests/src/Functional/ViewsUi/ViewsUITourTest.php Tests views_ui tour tip availability in a different language.
ViewTranslationTest class core/modules/views/tests/src/Functional/ViewTranslationTest.php Tests views title translation.
ViewTranslationTest.php file core/modules/views/tests/src/Functional/ViewTranslationTest.php
ViewTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewTranslationTest.php The theme to install as the default for testing.
ViewTranslationTest::$modules property core/modules/views/tests/src/Functional/ViewTranslationTest.php Modules to install.
ViewTranslationTest::$testViews property core/modules/views/tests/src/Functional/ViewTranslationTest.php
ViewTranslationTest::setUp function core/modules/views/tests/src/Functional/ViewTranslationTest.php Sets up the test.
ViewTranslationTest::testViewTitleTranslation function core/modules/views/tests/src/Functional/ViewTranslationTest.php Tests that the view route title is translated.
VocabularyTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php Drupal 6 i18n vocabulary translations source from database.
VocabularyTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php Drupal 7 i18n vocabulary translations source from database.
VocabularyTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php
VocabularyTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php
VocabularyTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php Returns available fields on the source.
VocabularyTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php Returns available fields on the source.

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