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

Breadcrumb

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

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 118

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected array $tablePlaceholderReplacements;

API Navigation

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