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
ContentEntityBase::isTranslatable function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns the translation support status.
ContentEntityBase::removeTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Removes the translation identified by the given language code.
ContentEntityBase::setRevisionTranslationAffected function core/lib/Drupal/Core/Entity/ContentEntityBase.php Marks the current revision translation as affected.
ContentEntityBase::setRevisionTranslationAffectedEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Enforces the revision translation affected flag value.
ContentEntityBaseUnitTest::testIsTranslatable function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable[[api-linebreak]]
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable[[api-linebreak]]
ContentEntityChangedTest::getRevisionTranslationAffectedFlag function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Retrieves the revision translation affected flag value.
ContentEntityCloneTest::testEnforceIsNewOnClonedEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests that the flag for enforcing a new entity is not shared.
ContentEntityCloneTest::testNewRevisionOnCloneEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests that the flag for enforcing a new revision is not shared.
ContentEntityHasChangesTest::testHasTranslationChanges function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Tests the correct functionality of the hasTranslationChanges() function.
ContentEntityStorageBase::createTranslation function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Constructs a new entity translation object, without permanently saving it.
ContentEntityStorageBase::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Returns the latest revision affecting the specified translation.
ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Returns an array of field names to skip when merging revision translations.
ContentEntityStorageBase::invokeTranslationHooks function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Checks translation statuses and invoke the related hooks if needed.
ContentEntityStorageBase::isAnyRevisionTranslated function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Checks whether any entity revision is translated.
ContentEntityStorageBase::isAnyStoredRevisionTranslated function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Checks whether any stored entity revision is translated.
ContentEntityStorageBase::populateAffectedRevisionTranslations function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Populates the affected flag for all the revision translations.
ContentUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php
content_moderation_entity_translation_delete function core/modules/content_moderation/content_moderation.module Implements hook_entity_translation_delete().
content_translation.admin.css file core/themes/stable/css/content_translation/content_translation.admin.css Styles for the content language administration page.
content_translation.overview.html.twig file core/modules/help_topics/help_topics/content_translation.overview.html.twig ---
label: 'Configuring content language settings and translation'
related:
- core.translations
- language.add
---
{% set translation_settings_link_text %}{% trans %}Content language and translation{% endtrans %}{% endset %}
{% set…
content_translation_test.module file core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module Helper module for the Content Translation tests.
content_translation_test_entity_access function core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module Implements hook_entity_access().
content_translation_test_entity_bundle_info_alter function core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module Implements hook_entity_bundle_info_alter().
content_translation_test_form_node_form_alter function core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module Implements hook_form_BASE_FORM_ID_alter().
content_translation_test_form_node_form_submit function core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module Form submission handler for custom field added based on a request parameter.
ContextualLinkDefaultTest::$stringTranslation property core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php The mocked translator.
ConvertTokens::transform function core/modules/user/src/Plugin/migrate/process/ConvertTokens.php Performs the associated process.
core.translations.html.twig file core/modules/help_topics/help_topics/core.translations.html.twig ---
label: 'Working with languages and translations'
top_level: true
related:
- block.place
- block.configure
---
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
{% set…
css_disable_transitions_test.module file core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.module Helper module for disabling animations in tests.
css_disable_transitions_test_page_attachments function core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.module Implements hook_page_attachments().
DatabaseDriverUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php
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.
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.
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.

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