Provides a factory for creating the key value entity query.
Hierarchy
- class \Drupal\Core\Entity\KeyValueStore\Query\QueryFactory implements QueryFactoryInterface
File
- core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php, line 13
Namespace
Drupal\Core\Entity\KeyValueStore\Query
Members
Name | Modifiers | Type | Description |
---|---|---|---|
QueryFactory::$keyValueFactory | protected | property | The key value factory. |
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 |
QueryFactory::getAggregate | public | function | Instantiates an aggregation query object for a given entity type. Overrides QueryFactoryInterface::getAggregate |
QueryFactory::__construct | public | function | Constructs a QueryFactory object. |
Please login to continue.