public function Schema::__clone

Implements the magic __clone function.

File

drupal/core/lib/Drupal/Core/Database/Schema.php, line 201
Definition of Drupal\Core\Database\Schema

Class

Schema

Namespace

Drupal\Core\Database

Code

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