You are here

service pgsql.workspaces.entity.query.sql in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/workspaces.services.yml \pgsql.workspaces.entity.query.sql

Class

Drupal\workspaces\EntityQuery\PgsqlQueryFactory

File

core/modules/workspaces/workspaces.services.yml
core/modules/workspaces/workspaces.services.yml

View source
  1. decorates: pgsql.entity.query.sql
  2. class: Drupal\workspaces\EntityQuery\PgsqlQueryFactory
  3. arguments:
  4. - '@database'
  5. - '@workspaces.manager'
  6. public: false
  7. decoration_priority: 50