function 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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.