function NamedPlaceholderConverter::getConvertedParameters
Same name and namespace in other branches
- 11.x core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php \Drupal\mysqli\Driver\Database\mysqli\NamedPlaceholderConverter::getConvertedParameters()
Returns the array of arguments for use with positional placeholders.
Return value
list<mixed> The array of arguments for use with positional placeholders.
File
-
core/
modules/ mysqli/ src/ Driver/ Database/ mysqli/ NamedPlaceholderConverter.php, line 246
Class
- NamedPlaceholderConverter
- A class to convert a SQL statement with named placeholders to positional.
Namespace
Drupal\mysqli\Driver\Database\mysqliCode
public function getConvertedParameters() : array {
return $this->convertedParameters;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.