function Query::__clone
Implements the magic __clone function.
1 call to Query::__clone()
- Select::__clone in core/
lib/ Drupal/ Core/ Database/ Query/ Select.php - Implements the magic __clone function.
1 method overrides Query::__clone()
- Select::__clone in core/
lib/ Drupal/ Core/ Database/ Query/ Select.php - 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);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.