You are here

public function ContentEntityInterface::setRevisionTranslationAffected 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::setRevisionTranslationAffected()

Marks the current revision translation as affected.

Parameters

bool|null $affected: The flag value. A NULL value can be specified to reset the current value and make sure a new value will be computed by the system.

Return value

$this

1 method overrides ContentEntityInterface::setRevisionTranslationAffected()
ContentEntityBase::setRevisionTranslationAffected in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Marks the current revision translation as affected.

File

core/lib/Drupal/Core/Entity/ContentEntityInterface.php, line 50
Contains \Drupal\Core\Entity\ContentEntityInterface.

Class

ContentEntityInterface
Defines a common interface for all content entity objects.

Namespace

Drupal\Core\Entity

Code

public function setRevisionTranslationAffected($affected);