public Schema::__clone()
Implements the magic __clone function.
File
- core/lib/Drupal/Core/Database/Schema.php, line 49
Class
- Schema
- Provides a base implementation for Database Schema.
Namespace
Drupal\Core\Database
Code
1 2 3 | public function __clone() { $this ->uniqueIdentifier = uniqid( '' , TRUE); } |
Please login to continue.