function ContentEntityBase::setRevisionTranslationAffected
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::setRevisionTranslationAffected()
- 10 core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::setRevisionTranslationAffected()
- 11.x core/lib/Drupal/Core/Entity/ContentEntityBase.php \Drupal\Core\Entity\ContentEntityBase::setRevisionTranslationAffected()
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php, line 390
Class
- ContentEntityBase
- Implements Entity Field API specific enhancements to the Entity class.
Namespace
Drupal\Core\EntityCode
public function setRevisionTranslationAffected($affected) {
if ($this->hasField($this->revisionTranslationAffectedKey)) {
$this->set($this->revisionTranslationAffectedKey, $affected);
}
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.