You are here

public function ContentEntityInterface::isRevisionTranslationAffected in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/ContentEntityInterface.php \Drupal\Core\Entity\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.

1 method overrides ContentEntityInterface::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/ContentEntityInterface.php, line 59
Contains \Drupal\Core\Entity\ContentEntityInterface.

Class

ContentEntityInterface
Defines a common interface for all content entity objects.

Namespace

Drupal\Core\Entity

Code

public function isRevisionTranslationAffected();