You are here

public function Schema::uniqueIdentifier in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::uniqueIdentifier()
  2. 9 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::uniqueIdentifier()

Returns a unique identifier for this object.

Overrides PlaceholderInterface::uniqueIdentifier

File

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

Class

Schema
Provides a base implementation for Database Schema.

Namespace

Drupal\Core\Database

Code

public function uniqueIdentifier() {
  return $this->uniqueIdentifier;
}