function ContentEntityBase::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.

Overrides TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced

File

core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 400

Class

ContentEntityBase
Implements Entity Field API specific enhancements to the Entity class.

Namespace

Drupal\Core\Entity

Code

public function isRevisionTranslationAffectedEnforced() {
  return !empty($this->enforceRevisionTranslationAffected[$this->activeLangcode]);
}

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