Skip to content

Commit

Permalink
IBX-1694: Rebranded dependency injection container service tags (#9)
Browse files Browse the repository at this point in the history
Ibexa service container tags were rebranded to follow new naming convention.

For more details see https://issues.ibexa.co/browse/IBX-1694
  • Loading branch information
alongosz authored Jan 17, 2022
1 parent a4d30f6 commit 91ce509
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/bundle/Resources/config/services/ezplatform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ services:
autowire: true
autoconfigure: false
tags:
- { name: ezplatform.field_type, alias: '%ezcontentquery_identifier%' }
- { name: ibexa.field_type, alias: '%ezcontentquery_identifier%' }
arguments:
$queryTypeRegistry: '@ezpublish.query_type.registry'
$identifier: '%ezcontentquery_identifier%'

Ibexa\FieldTypeQuery\FieldType\Mapper\QueryFormMapper:
tags:
- { name: ezplatform.field_type.form_mapper.definition, fieldType: '%ezcontentquery_identifier%' }
- { name: ibexa.admin_ui.field_type.form.mapper.definition, fieldType: '%ezcontentquery_identifier%' }
arguments:
$contentTypeService: '@ezpublish.api.service.content_type'

Ibexa\FieldTypeQuery\FieldType\Form\QueryFieldFormType: ~

Ibexa\FieldTypeQuery\Persistence\Legacy\Content\FieldValue\Converter\QueryConverter:
tags:
- { name: ezplatform.field_type.legacy_storage.converter, alias: '%ezcontentquery_identifier%' }
- { name: ibexa.field_type.storage.legacy.converter, alias: '%ezcontentquery_identifier%' }

ezplatform.query_field_type.not_indexable:
class: Ibexa\Core\FieldType\Unindexed
tags:
- { name: ezplatform.field_type.indexable, alias: '%ezcontentquery_identifier%' }
- { name: ibexa.field_type.indexable, alias: '%ezcontentquery_identifier%' }

Ibexa\FieldTypeQuery\ContentView\FieldDefinitionIdentifierMatcher:
tags:
- { name: ezplatform.view.matcher }
- { name: ibexa.view.matcher }
calls:
- [setRepository, ['@ezpublish.api.repository']]

Expand Down

0 comments on commit 91ce509

Please sign in to comment.