PgsqlQueryFactory.php

Same filename and directory in other branches
  1. 9 core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
  2. 8.9.x core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
  3. 10 core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php

Namespace

Drupal\workspaces\EntityQuery

File

core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php

View source
<?php

namespace Drupal\workspaces\EntityQuery;


/**
 * Workspaces PostgreSQL-specific entity query implementation.
 *
 * @internal
 */
class PgsqlQueryFactory extends QueryFactory {

}

Classes

Title Deprecated Summary
PgsqlQueryFactory Workspaces PostgreSQL-specific entity query implementation.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.