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