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

Breadcrumb

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

function 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);
}
RSS feed
Powered by Drupal