Search for translations

  1. Search 7.x for translations
  2. Search 9.5.x for translations
  3. Search 8.9.x for translations
  4. Search 11.x for translations
  5. Other projects
Title Object type File name Summary
BrowserTestBase::$customTranslations property core/tests/Drupal/Tests/BrowserTestBase.php An array of custom translations suitable for SettingsEditor::rewrite().
BundleTranslationSettingsInterface interface core/modules/content_translation/src/BundleTranslationSettingsInterface.php Interface providing support for content translation bundle settings.
BundleTranslationSettingsInterface.php file core/modules/content_translation/src/BundleTranslationSettingsInterface.php
BundleTranslationSettingsInterface::getBundleTranslationSettings function core/modules/content_translation/src/BundleTranslationSettingsInterface.php Returns translation settings for the specified bundle.
BundleTranslationSettingsInterface::setBundleTranslationSettings function core/modules/content_translation/src/BundleTranslationSettingsInterface.php Sets translation settings for the specified bundle.
ContentEntityBase::$translations property core/lib/Drupal/Core/Entity/ContentEntityBase.php An array of entity translation metadata.
ContentEntityBase::getTranslationStatus function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns the translation status.
ContentEntityStorageBase::populateAffectedRevisionTranslations function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Populates the affected flag for all the revision translations.
ContentTranslationManager::getBundleTranslationSettings function core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManager::setBundleTranslationSettings function core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationSettingsApiTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php Tests the content translation settings API.
ContentTranslationSettingsApiTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php
ContentTranslationSettingsApiTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php Modules to enable.
ContentTranslationSettingsApiTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php
ContentTranslationSettingsApiTest::testSettingsApi function core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php Tests that enabling translation via the API triggers schema updates.
ContentTranslationSettingsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Tests the content translation settings UI.
ContentTranslationSettingsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
ContentTranslationSettingsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php The theme to install as the default for testing.
ContentTranslationSettingsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Modules to enable.
ContentTranslationSettingsTest::assertSettings function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Asserts that translatability has the expected value for the given bundle.
ContentTranslationSettingsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
ContentTranslationSettingsTest::testAccountLanguageSettingsUI function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Tests the language settings checkbox on account settings page.
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Tests that field setting depends on bundle translatability.
ContentTranslationSettingsTest::testNonTranslatableTranslationSettingsUI function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Tests the translatable settings checkbox for untranslatable entities.
ContentTranslationSettingsTest::testSettingsUI function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Tests that the settings UI works as expected.
ContentTranslationStandardFieldsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests the Content translation settings.
ContentTranslationStandardFieldsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php
ContentTranslationStandardFieldsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php The theme to install as the default for testing.
ContentTranslationStandardFieldsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Modules to enable.
ContentTranslationStandardFieldsTest::$profile property core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php The profile to install as a basis for testing.
ContentTranslationStandardFieldsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php
ContentTranslationStandardFieldsTest::testFieldTranslatableArticle function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests that translatable fields are being rendered.
ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests that revision_log is not translatable.
ContentTranslationSynchronizedFieldsConstraint class core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php Validation constraint for the entity changed timestamp.
ContentTranslationSynchronizedFieldsConstraint.php file core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
ContentTranslationSynchronizedFieldsConstraint::$defaultRevisionMessage property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php Message shown for non-translatable field changes in non-default revision.
ContentTranslationSynchronizedFieldsConstraint::$defaultTranslationMessage property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php Message shown for non-translatable field changes in different language.
ContentTranslationSynchronizedFieldsConstraintValidator class core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Checks that synchronized fields are handled correctly in pending revisions.
ContentTranslationSynchronizedFieldsConstraintValidator.php file core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
ContentTranslationSynchronizedFieldsConstraintValidator::$contentTranslationManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The content translation manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The entity type manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$synchronizer property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The field translation synchronizer.
ContentTranslationSynchronizedFieldsConstraintValidator::create function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Instantiates a new instance of this class.
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original unchanged entity to be used to detect changes.
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalTranslation function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original translation.
ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the synchronized properties for every specified field.
ContentTranslationSynchronizedFieldsConstraintValidator::hasSynchronizedPropertyChanges function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Checks whether any synchronized property has changes.
ContentTranslationSynchronizedFieldsConstraintValidator::validate function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
ContentTranslationSynchronizedFieldsConstraintValidator::__construct function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php ContentTranslationSynchronizedFieldsConstraintValidator constructor.
ContentTranslationSyncImageTest class core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Tests the field synchronization behavior for the image field.

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