You are here

QueryFactory.php in Multiversion 8.2

Same filename and directory in other branches
  1. 8 src/Entity/Query/Sql/QueryFactory.php

File

src/Entity/Query/Sql/QueryFactory.php
View source
<?php

namespace Drupal\multiversion\Entity\Query\Sql;

use Drupal\workspaces\EntityQuery\QueryFactory as WorkspacesQueryFactory;
class QueryFactory extends WorkspacesQueryFactory {

}

Classes

Namesort descending Description
QueryFactory