Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php \Drupal\Core\Database\Query\PlaceholderInterface::uniqueIdentifier()
  2. 9 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\Query

Code

public function uniqueIdentifier();