Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Connection.php

Connection::$escapedFields

List of escaped field names, keyed by unescaped names.

There are cases in which escapeField() is called on an empty string. In this case it should always return an empty string.

Type: array

File

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

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $escapedFields = [
    "" => "",
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal