Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/Query/Condition.php \Drupal\Core\Database\Query\Condition::queryPlaceholderIdentifier
  2. 9 core/lib/Drupal/Core/Database/Query/Condition.php \Drupal\Core\Database\Query\Condition::queryPlaceholderIdentifier

The identifier of the query placeholder this condition has been compiled against.

Type: string

File

core/lib/Drupal/Core/Database/Query/Condition.php, line 67

Class

Condition
Generic class for a series of conditions in a query.

Namespace

Drupal\Core\Database\Query

Code

protected $queryPlaceholderIdentifier;