public function TranslatableRevisionableInterface::isLatestTranslationAffectedRevision in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php \Drupal\Core\Entity\TranslatableRevisionableInterface::isLatestTranslationAffectedRevision()
Checks whether this is the latest revision affecting this translation.
Return value
bool TRUE if this revision is the latest one affecting the active translation, FALSE otherwise.
1 method overrides TranslatableRevisionableInterface::isLatestTranslationAffectedRevision()
- ContentEntityBase::isLatestTranslationAffectedRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Checks whether this is the latest revision affecting this translation.
File
- core/
lib/ Drupal/ Core/ Entity/ TranslatableRevisionableInterface.php, line 17
Class
- TranslatableRevisionableInterface
- Provides methods for an entity to support revision translation.
Namespace
Drupal\Core\EntityCode
public function isLatestTranslationAffectedRevision();