function QueryFactory::__construct

Same name in this branch

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container:

File

drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php, line 26
Definition of Drupal\Core\Entity\Query\QueryFactory.

Class

QueryFactory
Factory class Creating entity query objects.

Namespace

Drupal\Core\Entity\Query

Code

function __construct(ContainerInterface $container) {
  $this->container = $container;
}