ContentEntityBase::$translatableEntityKeys |
property |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Holds translatable entity keys such as the label. |
ContentEntityBase::$translationInitialize |
property |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
A flag indicating whether a translation object is being initialized. |
ContentEntityBase::$translations |
property |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
An array of entity translation metadata. |
ContentEntityBase::addTranslation |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::clearTranslationCache |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Clear entity translation object cache to remove stale references. |
ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Returns an array of field names to skip in ::hasTranslationChanges. |
ContentEntityBase::getTranslatableFields |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::getTranslatedField |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Gets a translated field. |
ContentEntityBase::getTranslation |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::getTranslationLanguages |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::getTranslationStatus |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::getUntranslated |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::hasTranslation |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::hasTranslationChanges |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::initializeTranslation |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Instantiates a translation object for an existing translation. |
ContentEntityBase::isDefaultTranslation |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::isDefaultTranslationAffectedOnly |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::isLatestTranslationAffectedRevision |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::isNewTranslation |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::isRevisionTranslationAffected |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::isRevisionTranslationAffectedEnforced |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::isTranslatable |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::removeTranslation |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::setRevisionTranslationAffected |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBase::setRevisionTranslationAffectedEnforced |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
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 |
|
ContentEntityStorageBase::getLatestTranslationAffectedRevisionId |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
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. |
ContentModerationState::canTransitionTo |
function |
core/modules/content_moderation/src/ContentModerationState.php |
|
ContentModerationState::getFieldsToSkipFromTranslationChangesCheck |
function |
core/modules/content_moderation/src/Entity/ContentModerationState.php |
|
ContentModerationState::getTransitions |
function |
core/modules/content_moderation/src/ContentModerationState.php |
|
ContentModerationState::getTransitionTo |
function |
core/modules/content_moderation/src/ContentModerationState.php |
|
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::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php |
|
ContentTestTranslationUITest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php |
Modules to enable. |
ContentTestTranslationUITest::$testHTMLEscapeForAllLanguages |
property |
core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php |
|
ContentTestTranslationUITest::getTranslatorPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php |
|