protected property SelectExtender::$connection in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/SelectExtender.php \Drupal\Core\Database\Query\SelectExtender::connection
- 9 core/lib/Drupal/Core/Database/Query/SelectExtender.php \Drupal\Core\Database\Query\SelectExtender::connection
The connection object on which to run this query.
Type: \Drupal\Core\Database\Connection
File
- core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php, line 24
Class
- SelectExtender
- The base extender class for Select queries.
Namespace
Drupal\Core\Database\QueryCode
protected $connection;