Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Query.php

function Query::__clone

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/Entity/Query/Sql/Query.php \Drupal\Core\Entity\Query\Sql\Query::__clone()

Implements the magic __clone function.

2 calls to Query::__clone()
Select::__clone in core/lib/Drupal/Core/Database/Query/Select.php
Implements the magic __clone function.
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\Query

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal