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);
doc_Drupal
2016-10-29 08:57:21
Comments
Leave a Comment

Please login to continue.