public function Query::__clone in Drupal 10
Same name in this branch
- 10 core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::__clone()
- 10 core/lib/Drupal/Core/Entity/Query/Sql/Query.php \Drupal\Core\Entity\Query\Sql\Query::__clone()
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::__clone()
- 9 core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::__clone()
Implements the magic __clone function.
File
- core/
lib/ Drupal/ Core/ Database/ Query/ Query.php, line 102
Class
- Query
- Base class for query builders.
Namespace
Drupal\Core\Database\QueryCode
public function __clone() {
$this->uniqueIdentifier = uniqid('', TRUE);
}