function 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\Entity

Code

public function isRevisionTranslationAffected();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.