Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/Query/SelectInterface.php \Drupal\Core\Database\Query\SelectInterface::distinct()
  2. 9 core/lib/Drupal/Core/Database/Query/SelectInterface.php \Drupal\Core\Database\Query\SelectInterface::distinct()

Sets this query to be DISTINCT.

Parameters

$distinct: TRUE to flag this query DISTINCT, FALSE to disable it.

Return value

$this The called object.

1 method overrides SelectInterface::distinct()
SelectExtender::distinct in core/lib/Drupal/Core/Database/Query/SelectExtender.php
Sets this query to be DISTINCT.

File

core/lib/Drupal/Core/Database/Query/SelectInterface.php, line 177

Class

SelectInterface
Interface definition for a Select Query object.

Namespace

Drupal\Core\Database\Query

Code

public function distinct($distinct = TRUE);