function PlaceholderInterface::uniqueIdentifier
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php \Drupal\Core\Database\Query\PlaceholderInterface::uniqueIdentifier()
- 10 core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php \Drupal\Core\Database\Query\PlaceholderInterface::uniqueIdentifier()
- 11.x core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php \Drupal\Core\Database\Query\PlaceholderInterface::uniqueIdentifier()
Returns a unique identifier for this object.
3 methods override PlaceholderInterface::uniqueIdentifier()
- Query::uniqueIdentifier in core/
lib/ Drupal/ Core/ Database/ Query/ Query.php - Returns a unique identifier for this object.
- Schema::uniqueIdentifier in core/
lib/ Drupal/ Core/ Database/ Schema.php - Returns a unique identifier for this object.
- SelectExtender::uniqueIdentifier in core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php - Returns a unique identifier for this object.
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ PlaceholderInterface.php, line 13
Class
- PlaceholderInterface
- Interface for a query that accepts placeholders.
Namespace
Drupal\Core\Database\QueryCode
public function uniqueIdentifier();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.