public function PlaceholderInterface::uniqueIdentifier

Returns a unique identifier for this object.

3 methods override PlaceholderInterface::uniqueIdentifier()
Query::uniqueIdentifier in drupal/core/lib/Drupal/Core/Database/Query/Query.php
Returns a unique identifier for this object.
Schema::uniqueIdentifier in drupal/core/lib/Drupal/Core/Database/Schema.php
Implements PlaceHolderInterface::uniqueIdentifier().
SelectExtender::uniqueIdentifier in drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php
Implements Drupal\Core\Database\Query\PlaceholderInterface::uniqueIdentifier().

File

drupal/core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php, line 18
Definition of Drupal\Core\Database\Query\PlaceholderInterface

Class

PlaceholderInterface
Interface for a query that accepts placeholders.

Namespace

Drupal\Core\Database\Query

Code

public function uniqueIdentifier();