function TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced

Checks if the revision translation affected flag value has been enforced.

@internal

Return value

bool TRUE if revision translation affected flag is enforced, FALSE otherwise.

1 method overrides TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced()
ContentEntityBase::isRevisionTranslationAffectedEnforced in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Checks if the revision translation affected flag value has been enforced.

File

core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php, line 53

Class

TranslatableRevisionableInterface
Provides methods for an entity to support revision translation.

Namespace

Drupal\Core\Entity

Code

public function isRevisionTranslationAffectedEnforced();

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