ContentEntityInterface::isRevisionTranslationAffected

public ContentEntityInterface::isRevisionTranslationAffected()

Checks whether the current translation is affected by the current revision.

Return value

bool TRUE if the entity object is affected by the current revision, FALSE otherwise.

File

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

Class

ContentEntityInterface
Defines a common interface for all content entity objects.

Namespace

Drupal\Core\Entity

Code

public function isRevisionTranslationAffected();
doc_Drupal
2016-10-29 08:57:21
Comments
Leave a Comment

Please login to continue.