function TranslatableRevisionableInterface::isLatestTranslationAffectedRevision
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php \Drupal\Core\Entity\TranslatableRevisionableInterface::isLatestTranslationAffectedRevision()
- 8.9.x core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php \Drupal\Core\Entity\TranslatableRevisionableInterface::isLatestTranslationAffectedRevision()
- 11.x 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.
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.