entity.query.sql
Same name and namespace in other branches
- 9 core/core.services.yml \entity.query.sql
- 8.9.x core/core.services.yml \entity.query.sql
- 10 core/core.services.yml \entity.query.sql
Class
Drupal\Core\Entity\Query\Sql\QueryFactoryTags
- backend_overridable
3 string references to entity.query.sql
- EntityQueryServiceDeprecation::testFactoryOverriddenService in core/
modules/ pgsql/ tests/ src/ Kernel/ EntityQueryServiceDeprecation.php - Tests getting the backend overridden service does not trigger deprecations.
- SqlContentEntityStorage::getQueryServiceName in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Gets the name of the service for the query for this entity storage.
- SqlContentEntityStorageTest::testHasData in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - @covers ::hasData[[api-linebreak]]
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Entity\Query\Sql\QueryFactory
- arguments:
- - '@database'
- tags:
- - { name: backend_overridable }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.