Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. QueryBase.php

function QueryBase::latestRevision

Overrides QueryInterface::latestRevision

File

core/lib/Drupal/Core/Entity/Query/QueryBase.php, line 274

Class

QueryBase
The base entity query class.

Namespace

Drupal\Core\Entity\Query

Code

public function latestRevision() {
    $this->allRevisions = TRUE;
    $this->latestRevision = TRUE;
    return $this;
}
RSS feed
Powered by Drupal