function Schema::uniqueIdentifier
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::uniqueIdentifier()
- 10 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::uniqueIdentifier()
- 11.x core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::uniqueIdentifier()
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\DatabaseCode
public function uniqueIdentifier() {
return $this->uniqueIdentifier;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.