Connection::$escapedNames

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

List of escaped database, table, and field names, keyed by unescaped names.

Type: array

Deprecated

in drupal:9.0.0 and is removed from drupal:10.0.0. This is no longer used. Use \Drupal\Core\Database\Connection::$escapedTables or \Drupal\Core\Database\Connection::$escapedFields instead.

See also

https://www.drupal.org/node/2986894

File

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

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $escapedNames = [];

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