public function Query::__clone

Implements the magic __clone function.

1 method overrides Query::__clone()

File

drupal/core/lib/Drupal/Core/Database/Query/Query.php, line 103
Definition of Drupal\Core\Database\Query\Query

Class

Query
Base class for query builders.

Namespace

Drupal\Core\Database\Query

Code

public function __clone() {
  $this->uniqueIdentifier = uniqid('', TRUE);
}