Connection::$escapedTables

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

List of escaped table names, keyed by unescaped names.

Type: array

File

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

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $escapedTables = [];

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