Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PlaceholderInterface.php

function 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();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal