public ContentEntityInterface::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.
File
- core/lib/Drupal/Core/Entity/ContentEntityInterface.php, line 54
Class
- ContentEntityInterface
- Defines a common interface for all content entity objects.
Namespace
Drupal\Core\Entity
Code
public function isRevisionTranslationAffected();
Please login to continue.