pgsql.entity.query.sql

Same name in this branch
  1. 11.x core/modules/pgsql/pgsql.services.yml \pgsql.entity.query.sql
Same name and namespace in other branches
  1. 9 core/core.services.yml \pgsql.entity.query.sql
  2. 8.9.x core/core.services.yml \pgsql.entity.query.sql
  3. 10 core/core.services.yml \pgsql.entity.query.sql

Class

Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory
5 string references to pgsql.entity.query.sql
EntityQueryServiceDeprecation::testPostgresServiceDeprecated in core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php
Tests that the core provided service is deprecated.
EntityQueryServiceDeprecation::testPostgresServiceNotDeprecated in core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php
Tests that the pgsql provided service is not deprecated.
EntityQueryServiceDeprecationTest::testPostgresServiceDeprecated in core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php
Tests that the core provided service is deprecated.
EntityQueryServiceDeprecationTest::testPostgresServiceNotDeprecated in core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php
Tests that the pgsql provided service is not deprecated.
WorkspacesServiceProvider::register in core/modules/workspaces/src/WorkspacesServiceProvider.php
Registers services to the container.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory
  2. arguments:
  3. - '@database'
  4. deprecated: 'The "%service_id%" service is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Install the pgsql module to replace this service. See https://www.drupal.org/node/3488580'

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