function SelectExtender::uniqueIdentifier

Returns a unique identifier for this object.

Overrides PlaceholderInterface::uniqueIdentifier

File

core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 49

Class

SelectExtender
The base extender class for Select queries.

Namespace

Drupal\Core\Database\Query

Code

public function uniqueIdentifier() {
  return $this->uniqueIdentifier;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.