namespaces = QueryBase::getNamespaces($this); } /** * {@inheritdoc} */ public function get(EntityTypeInterface $entity_type, $conjunction) { return new Query($entity_type, $conjunction, $this->namespaces); } /** * {@inheritdoc} */ public function getAggregate(EntityTypeInterface $entity_type, $conjunction) { return new Query($entity_type, $conjunction, $this->namespaces); } }