public function ContentEntityInterface::setRevisionTranslationAffected

public ContentEntityInterface::setRevisionTranslationAffected($affected)

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

File

core/lib/Drupal/Core/Entity/ContentEntityInterface.php, line 45

Class

ContentEntityInterface
Defines a common interface for all content entity objects.

Namespace

Drupal\Core\Entity

Code

public function setRevisionTranslationAffected($affected);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!ContentEntityInterface.php/function/ContentEntityInterface::setRevisionTranslationAffected/8.1.x