class PgsqlQueryFactory

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php \Drupal\workspaces\EntityQuery\PgsqlQueryFactory
  2. 8.9.x core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php \Drupal\workspaces\EntityQuery\PgsqlQueryFactory
  3. 11.x core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php \Drupal\workspaces\EntityQuery\PgsqlQueryFactory

Workspaces PostgreSQL-specific entity query implementation.

@internal

Hierarchy

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\EntityQuery
View source
class PgsqlQueryFactory extends QueryFactory {

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
QueryFactory::$connection protected property The database connection to use.
QueryFactory::$namespaces protected property The namespace of this class, the parent class etc.
QueryFactory::get public function Instantiates an entity query for a given entity type. Overrides QueryFactory::get
QueryFactory::getAggregate public function Instantiates an aggregation query object for a given entity type. Overrides QueryFactory::getAggregate
QueryFactory::__construct public function Constructs a QueryFactory object. Overrides QueryFactory::__construct

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.