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\DatabaseCode
protected array $tablePlaceholderReplacements;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.