function ModerationInformationInterface::getAffectedRevisionTranslation
Same name in other branches
- 8.9.x core/modules/content_moderation/src/ModerationInformationInterface.php \Drupal\content_moderation\ModerationInformationInterface::getAffectedRevisionTranslation()
- 10 core/modules/content_moderation/src/ModerationInformationInterface.php \Drupal\content_moderation\ModerationInformationInterface::getAffectedRevisionTranslation()
- 11.x core/modules/content_moderation/src/ModerationInformationInterface.php \Drupal\content_moderation\ModerationInformationInterface::getAffectedRevisionTranslation()
Returns the revision translation affected translation of a revision.
Parameters
\Drupal\Core\Entity\ContentEntityInterface $entity: The content entity.
Return value
\Drupal\Core\Entity\ContentEntityInterface The revision translation affected translation.
1 method overrides ModerationInformationInterface::getAffectedRevisionTranslation()
- ModerationInformation::getAffectedRevisionTranslation in core/
modules/ content_moderation/ src/ ModerationInformation.php - Returns the revision translation affected translation of a revision.
File
-
core/
modules/ content_moderation/ src/ ModerationInformationInterface.php, line 84
Class
- ModerationInformationInterface
- Interface for moderation_information service.
Namespace
Drupal\content_moderationCode
public function getAffectedRevisionTranslation(ContentEntityInterface $entity);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.