NamedPlaceholderConverter::$originalParameters

Same name and namespace in other branches
  1. 11.x core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php \Drupal\mysqli\Driver\Database\mysqli\NamedPlaceholderConverter::originalParameters

The list of original named arguments.

The initial placeholder colon is removed.

Type: array

File

core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php, line 65

Class

NamedPlaceholderConverter
A class to convert a SQL statement with named placeholders to positional.

Namespace

Drupal\mysqli\Driver\Database\mysqli

Code

private array $originalParameters = [];

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