protected property Connection::$identifierQuotes in Drupal 9
Same name in this branch
- 9 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::identifierQuotes
- 9 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::identifierQuotes
- 9 core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection::identifierQuotes
- 9 core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection::identifierQuotes
The identifier quote characters for the database type.
An array containing the start and end identifier quote characters for the database type. The ANSI SQL standard identifier quote character is a double quotation mark.
Type: string[]
Overrides Connection::$identifierQuotes
File
- core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Connection.php, line 90
Class
- Connection
- MySQL implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\Core\Database\Driver\mysqlCode
protected $identifierQuotes = [
'"',
'"',
];