You are here

public function EntityListResponse::__construct in Thunder 6.2.x

EntityListResponse constructor.

Parameters

\Drupal\Core\Entity\Query\QueryInterface $query: The query interface.

File

modules/thunder_gqls/src/Wrappers/EntityListResponse.php, line 26

Class

EntityListResponse
The thunder entity list response class.

Namespace

Drupal\thunder_gqls\Wrappers

Code

public function __construct(QueryInterface $query) {
  $this->query = $query;
}