Connection::$tablePlaceholderReplacements

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::tablePlaceholderReplacements

Replacements to fully qualify {table} placeholders in SQL strings.

An array of two strings, the first being the replacement for opening curly brace '{', the second for closing curly brace '}'.

Type: string[]

File

core/lib/Drupal/Core/Database/Connection.php, line 135

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected array $tablePlaceholderReplacements;

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