You are here

public function RevisionableInterface::isLatestRevision in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::isLatestRevision()
  2. 10 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::isLatestRevision()

Checks if this entity is the latest revision.

Return value

bool TRUE if the entity is the latest revision, FALSE otherwise.

1 method overrides RevisionableInterface::isLatestRevision()
ContentEntityBase::isLatestRevision in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Checks if this entity is the latest revision.

File

core/lib/Drupal/Core/Entity/RevisionableInterface.php, line 104

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function isLatestRevision();