function Schema::__clone

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::__clone()
  2. 10 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::__clone()
  3. 11.x core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::__clone()

Implements the magic __clone function.

File

core/lib/Drupal/Core/Database/Schema.php, line 54

Class

Schema
Provides a base implementation for Database Schema.

Namespace

Drupal\Core\Database

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.