|
| 1 | +services: |
| 2 | + _instanceof: |
| 3 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\ContentTypeCriterionInterface: |
| 4 | + tags: |
| 5 | + - 'ibexa.rest.content_type.criterion' |
| 6 | + |
| 7 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\CriterionProcessor: |
| 8 | + parent: Ibexa\Contracts\Rest\Input\Parser\Query\Criterion\BaseCriterionProcessor |
| 9 | + |
| 10 | + Ibexa\Rest\Server\Input\Parser\ContentType\SortClause\SortClauseProcessor: |
| 11 | + parent: Ibexa\Contracts\Rest\Input\Parser\Query\SortClause\BaseSortClauseProcessor |
| 12 | + |
| 13 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\ContentTypeCriteriaRegistry: |
| 14 | + arguments: |
| 15 | + - !tagged_iterator ibexa.rest.content_type.criterion |
| 16 | + |
| 17 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\ContentTypeId: |
| 18 | + parent: Ibexa\Rest\Server\Common\Parser |
| 19 | + tags: |
| 20 | + - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.internal.criterion.ContentTypeId } |
| 21 | + |
| 22 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\ContentTypeIdentifier: |
| 23 | + parent: Ibexa\Rest\Server\Common\Parser |
| 24 | + tags: |
| 25 | + - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.internal.criterion.ContentTypeIdentifier } |
| 26 | + |
| 27 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\IsSystem: |
| 28 | + parent: Ibexa\Rest\Server\Common\Parser |
| 29 | + tags: |
| 30 | + - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.internal.criterion.IsSystem } |
| 31 | + |
| 32 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\ContentTypeGroupId: |
| 33 | + parent: Ibexa\Rest\Server\Common\Parser |
| 34 | + tags: |
| 35 | + - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.internal.criterion.ContentTypeGroupId } |
| 36 | + |
| 37 | + Ibexa\Rest\Server\Input\Parser\ContentType\Criterion\ContainsFieldDefinitionId: |
| 38 | + parent: Ibexa\Rest\Server\Common\Parser |
| 39 | + tags: |
| 40 | + - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.internal.criterion.ContainsFieldDefinitionId } |
0 commit comments