We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07afa58 commit a71f5dfCopy full SHA for a71f5df
src/Symfony/Resources/config/services/ezplatform.yml
@@ -34,7 +34,9 @@ services:
34
calls:
35
- [setRepository, ['@ezpublish.api.repository']]
36
37
- Identifier\FieldDefinition: '@EzSystems\EzPlatformQueryFieldType\eZ\ContentView\FieldDefinitionIdentifierMatcher'
+ Identifier\FieldDefinition:
38
+ alias: 'EzSystems\EzPlatformQueryFieldType\eZ\ContentView\FieldDefinitionIdentifierMatcher'
39
+ public: true
40
41
EzSystems\EzPlatformQueryFieldType\eZ\ContentView\QueryResultsInjector:
42
arguments:
0 commit comments