function Query::__clone

Same name in other branches
  1. 9 core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::__clone()
  2. 9 core/lib/Drupal/Core/Entity/Query/Sql/Query.php \Drupal\Core\Entity\Query\Sql\Query::__clone()
  3. 8.9.x core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::__clone()
  4. 8.9.x core/lib/Drupal/Core/Entity/Query/Sql/Query.php \Drupal\Core\Entity\Query\Sql\Query::__clone()
  5. 10 core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::__clone()
  6. 10 core/lib/Drupal/Core/Entity/Query/Sql/Query.php \Drupal\Core\Entity\Query\Sql\Query::__clone()
  7. 11.x core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::__clone()
  8. 11.x core/lib/Drupal/Core/Entity/Query/Sql/Query.php \Drupal\Core\Entity\Query\Sql\Query::__clone()

Implements the magic __clone function.

1 call to Query::__clone()
SelectQuery::__clone in includes/database/select.inc
Implements the magic __clone function.
1 method overrides Query::__clone()
SelectQuery::__clone in includes/database/select.inc
Implements the magic __clone function.

File

includes/database/query.inc, line 359

Class

Query
Base class for query builders.

Code

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

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