StatementBase::$fetchOptions
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Database/Statement/StatementBase.php \Drupal\Core\Database\Statement\StatementBase::fetchOptions
Holds fetch options.
Type: array{'class': class-string, 'constructor_args': list, 'column': int}
File
-
core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php, line 61
Class
- StatementBase
- StatementInterface base implementation.
Namespace
Drupal\Core\Database\StatementCode
protected array $fetchOptions = [
'class' => 'stdClass',
'constructor_args' => [],
'column' => 0,
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.