function RevisionableInterface::isLatestRevision

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::isLatestRevision()
  2. 8.9.x core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::isLatestRevision()
  3. 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.

File

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

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function isLatestRevision();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.