You are here

class QueryFactory in Dynamic Entity Reference 8.2

Factory class creating entity query objects for the SQL backend.

Hierarchy

Expanded class hierarchy of QueryFactory

See also

\Drupal\Core\Entity\Query\Sql\Query

\Drupal\Core\Entity\Query\Sql\QueryAggregate

1 file declares its use of QueryFactory
DynamicEntityReferenceServiceProvider.php in src/DynamicEntityReferenceServiceProvider.php

File

src/Query/QueryFactory.php, line 13

Namespace

Drupal\dynamic_entity_reference\Query
View source
class QueryFactory extends BaseQueryFactory {

}

Members

Namesort descending Modifiers Type Description Overrides
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 QueryFactoryInterface::get 2
QueryFactory::getAggregate public function Instantiates an aggregation query object for a given entity type. Overrides QueryFactoryInterface::getAggregate 2
QueryFactory::__construct public function Constructs a QueryFactory object. 2