public function 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();

© 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::isRevisionTranslationAffected/8.1.x