class PgsqlQueryFactory
Same name in other branches
- 9 core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php \Drupal\workspaces\EntityQuery\PgsqlQueryFactory
- 8.9.x core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php \Drupal\workspaces\EntityQuery\PgsqlQueryFactory
- 10 core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php \Drupal\workspaces\EntityQuery\PgsqlQueryFactory
Workspaces PostgreSQL-specific entity query implementation.
@internal
Hierarchy
- class \Drupal\Core\Entity\Query\Sql\QueryFactory implements \Drupal\Core\Entity\Query\QueryFactoryInterface
- class \Drupal\workspaces\EntityQuery\QueryFactory extends \Drupal\Core\Entity\Query\Sql\QueryFactory
- class \Drupal\workspaces\EntityQuery\PgsqlQueryFactory extends \Drupal\workspaces\EntityQuery\QueryFactory
- class \Drupal\workspaces\EntityQuery\QueryFactory extends \Drupal\Core\Entity\Query\Sql\QueryFactory
Expanded class hierarchy of PgsqlQueryFactory
1 string reference to 'PgsqlQueryFactory'
- workspaces.services.yml in core/
modules/ workspaces/ workspaces.services.yml - core/modules/workspaces/workspaces.services.yml
1 service uses PgsqlQueryFactory
- pgsql.workspaces.entity.query.sql in core/
modules/ workspaces/ workspaces.services.yml - Drupal\workspaces\EntityQuery\PgsqlQueryFactory
File
-
core/
modules/ workspaces/ src/ EntityQuery/ PgsqlQueryFactory.php, line 10
Namespace
Drupal\workspaces\EntityQueryView source
class PgsqlQueryFactory extends QueryFactory {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.