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
d7_taxonomy_term_entity_translation.yml file core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
d7_taxonomy_term_localized_translation.yml file core/modules/content_translation/migrations/d7_taxonomy_term_localized_translation.yml core/modules/content_translation/migrations/d7_taxonomy_term_localized_translation.yml
d7_taxonomy_term_translation.yml file core/modules/content_translation/migrations/d7_taxonomy_term_translation.yml core/modules/content_translation/migrations/d7_taxonomy_term_translation.yml
d7_taxonomy_vocabulary_translation.yml file core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml
d7_user_entity_translation.yml file core/modules/content_translation/migrations/d7_user_entity_translation.yml core/modules/content_translation/migrations/d7_user_entity_translation.yml
d7_user_mail_translation.yml file core/modules/config_translation/migrations/d7_user_mail_translation.yml core/modules/config_translation/migrations/d7_user_mail_translation.yml
d7_user_settings_translation.yml file core/modules/config_translation/migrations/d7_user_settings_translation.yml core/modules/config_translation/migrations/d7_user_settings_translation.yml
DatabaseDriverUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php
DateFormat::getTranslationElement function core/modules/config_translation/src/FormElement/DateFormat.php Returns the translation form element for a given configuration definition.
DateHelper::monthNamesAbbrUntranslated function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an untranslated array of abbreviated month names.
DateHelper::monthNamesUntranslated function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an untranslated array of month names.
DateHelper::weekDaysUntranslated function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an untranslated array of week days.
DateTest::$stringTranslation property core/tests/Drupal/Tests/Core/Datetime/DateTest.php The mocked string translation.
DefaultValue::transform function core/modules/migrate/src/Plugin/migrate/process/DefaultValue.php Performs the associated process.
DeleteMultipleFormTest::testTranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for translatable entities.
DeleteMultipleFormTest::testUntranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for untranslatable entities.
DeleteTruncateTest::testTruncateInTransaction function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can truncate a whole table while in transaction.
DeleteTruncateTest::testTruncateTransactionRollback function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that transaction rollback voids a truncate operation.
disable_transitions.theme.css file core/modules/system/tests/modules/css_disable_transitions_test/css/disable_transitions.theme.css /**
* Remove CSS animation effects that can cause random test failures.
*/
* {
/* CSS transitions. */
-o-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
-o-transition-property: none…
DisplayFeedTranslationTest class core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Tests the feed display plugin with translated content.
DisplayFeedTranslationTest.php file core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php
DisplayFeedTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php The theme to install as the default for testing.
DisplayFeedTranslationTest::$langcodes property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php The added languages.
DisplayFeedTranslationTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Modules to install.
DisplayFeedTranslationTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Views used by this test.
DisplayFeedTranslationTest::checkFeedResults function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Checks the feed results for the given style of node links.
DisplayFeedTranslationTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Sets up the test.
DisplayFeedTranslationTest::testFeedFieldOutput function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Tests the rendered output for fields display with multiple translations.
DisplayPluginBase::isBaseTableTranslatable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns whether the base table is of a translatable entity type.
DisplayTest::addTranslation function core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Helper function for adding interface text translations.
DisplayTest::checkTranslationSetting function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Asserts a node and a file based view for the translation setting.
DisplayTest::testAddDisplayBlockTranslation function core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Test if 'add' translations are filtered from multilingual display options.
DisplayTest::testTranslationSetting function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests translation rendering settings based on entity translatability.
DistributionProfileTranslationQueryTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Tests distribution profile support with a 'langcode' query string.
DistributionProfileTranslationQueryTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
DistributionProfileTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The theme to install as the default for testing.
DistributionProfileTranslationQueryTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The distribution profile info.
DistributionProfileTranslationQueryTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The language code in which to install Drupal.
DistributionProfileTranslationQueryTest::getPo function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Returns the string for the test .po file.
DistributionProfileTranslationQueryTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Prepares the current environment for running the test.
DistributionProfileTranslationQueryTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Select language.
DistributionProfileTranslationQueryTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Select installation profile.
DistributionProfileTranslationQueryTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Configure settings.
DistributionProfileTranslationQueryTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Visits the interactive installer.
DistributionProfileTranslationTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Tests distribution profile support.
DistributionProfileTranslationTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
DistributionProfileTranslationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php The theme to install as the default for testing.
DistributionProfileTranslationTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php The distribution profile info.
DistributionProfileTranslationTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php The language code in which to install Drupal.

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