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);
Please login to continue.