QueryBase::currentRevision

public QueryBase::currentRevision()

Queries the current revision.

Return value

$this

Overrides QueryInterface::currentRevision

File

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

Class

QueryBase
The base entity query class.

Namespace

Drupal\Core\Entity\Query

Code

public function currentRevision() {
  $this->allRevisions = FALSE;
  return $this;
}
doc_Drupal
2016-10-29 09:35:41
Comments
Leave a Comment

Please login to continue.