Query::__construct(EntityTypeInterface $entity_type, $conjunction, ConfigFactoryInterface $config_factory, KeyValueFactoryInterface $key_value_factory, array $namespaces)
Constructs a Query object.
Parameters
\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition.
string $conjunction:
AND: all of the conditions on the query need to match.
OR: at least one of the conditions on the query need to match.
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The