public function ContentEntityInterface::isRevisionTranslationAffected in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\EntityCode
public function isRevisionTranslationAffected();