protected property QueryFactory::$connection in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php \Drupal\Core\Entity\Query\Sql\QueryFactory::connection
- 9 core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php \Drupal\Core\Entity\Query\Sql\QueryFactory::connection
The database connection to use.
Type: \Drupal\Core\Database\Connection
File
- core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ QueryFactory.php, line 23
Class
- QueryFactory
- Factory class creating entity query objects for the SQL backend.
Namespace
Drupal\Core\Entity\Query\SqlCode
protected $connection;