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
ContentEntityBase::isLatestTranslationAffectedRevision function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks whether this is the latest revision affecting this translation.
ContentEntityBase::isNewTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks whether the translation is new.
ContentEntityBase::isRevisionTranslationAffected function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks whether the current translation is affected by the current revision.
ContentEntityBase::isRevisionTranslationAffectedEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks if the revision translation affected flag value has been enforced.
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::setDefaultTranslationEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Set or clear an override of the isDefaultTranslation() result.
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 Tests is translatable.
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is translatable for monolingual.
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 invokes 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.
ContentModerationHooks::entityTranslationDelete function core/modules/content_moderation/src/Hook/ContentModerationHooks.php Implements hook_entity_translation_delete().
ContentModerationState::canTransitionTo function core/modules/content_moderation/src/ContentModerationState.php
ContentModerationState::getFieldsToSkipFromTranslationChangesCheck function core/modules/content_moderation/src/Entity/ContentModerationState.php Returns an array of field names to skip in ::hasTranslationChanges.
ContentModerationState::getTransitions function core/modules/content_moderation/src/ContentModerationState.php
ContentModerationState::getTransitionTo function core/modules/content_moderation/src/ContentModerationState.php
ContentModerationStateTest::doTestContentModerationStateTranslationDataRemoval function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests removal of content moderation state translations.
ContentModerationStateTest::testContentModerationStateTranslationDataRemoval function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests removal of content moderation state translations.
ContentModerationStateTest::testNonTranslatableEntityTypeModeration function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests that a non-translatable entity type with a langcode can be moderated.
ContentTestTranslationUITest class core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Tests the test content translation UI with the test entity.
ContentTestTranslationUITest.php file core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::$defaultCacheContexts property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::$modules property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::$testHTMLEscapeForAllLanguages property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::setUp function core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTranslationConfigImportTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests content translation updates performed during config import.
ContentTranslationConfigImportTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::$configImporter property core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Config Importer object used for testing.
ContentTranslationConfigImportTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::testConfigImportUpdates function core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests config import updates.
ContentTranslationConfigUITest class core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Tests that the content translation configuration javascript does't fail.
ContentTranslationConfigUITest.php file core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php
ContentTranslationConfigUITest::$defaultTheme property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php The theme to install as the default for testing.
ContentTranslationConfigUITest::$modules property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Modules to install.
ContentTranslationConfigUITest::$profile property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Use the minimal profile.
ContentTranslationConfigUITest::testContentTranslationConfigUI function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Tests that the content translation configuration javascript does't fail.

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