11services :
22 Ibexa\Bundle\IO\Command\MigrateFilesCommand :
3- class : Ibexa\Bundle\IO\Command\MigrateFilesCommand
3+ autoconfigure : true
44 arguments :
5- - ' %ibexa.io.metadata_handlers%'
6- - ' %ibexa.io.binarydata_handlers%'
7- - ' @Ibexa\Bundle\IO\Migration\FileListerRegistry\ConfigurableRegistry'
8- - ' @Ibexa\Bundle\IO\Migration\FileMigrator\FileMigrator'
9- tags :
10- - { name: console.command }
5+ $configuredMetadataHandlers : ' %ibexa.io.metadata_handlers%'
6+ $configuredBinarydataHandlers : ' %ibexa.io.binarydata_handlers%'
7+ $fileListerRegistry : ' @Ibexa\Bundle\IO\Migration\FileListerRegistry\ConfigurableRegistry'
8+ $fileMigrator : ' @Ibexa\Bundle\IO\Migration\FileMigrator\FileMigrator'
119
12- Ibexa\Bundle\IO\Migration\FileListerRegistry\ConfigurableRegistry :
13- class : Ibexa\Bundle\IO\Migration\FileListerRegistry\ConfigurableRegistry
10+ Ibexa\Bundle\IO\Migration\FileListerRegistry\ConfigurableRegistry : ~
1411
1512 Ibexa\Bundle\IO\Migration\MigrationHandler :
16- class : Ibexa\Bundle\IO\Migration\MigrationHandler
1713 arguments :
18- - ' @ibexa.core.io.metadata_handler.registry'
19- - ' @ibexa.core.io.binarydata_handler.registry'
20- - " @ logger"
14+ $metadataHandlerRegistry : ' @ibexa.core.io.metadata_handler.registry'
15+ $binarydataHandlerRegistry : ' @ibexa.core.io.binarydata_handler.registry'
16+ $logger : ' @? logger'
2117
2218 ibexa.core.io.migration.file_lister.binary_file_lister :
2319 class : Ibexa\Bundle\IO\Migration\FileLister\BinaryFileLister
2420 parent : Ibexa\Bundle\IO\Migration\MigrationHandler
2521 arguments :
26- - ' @ibexa.core.io.migration.file_lister.file_iterator.binary_file_iterator'
27- - " %ibexa.site_access.config.default.binary_dir%"
22+ $fileList : ' @ibexa.core.io.migration.file_lister.file_iterator.binary_file_iterator'
23+ $filesDir : ' %ibexa.site_access.config.default.binary_dir%'
2824 tags :
2925 - { name: "ibexa.io.migration.file_lister", identifier: "binary_file" }
3026 lazy : true
@@ -33,8 +29,8 @@ services:
3329 class : Ibexa\Bundle\IO\Migration\FileLister\BinaryFileLister
3430 parent : Ibexa\Bundle\IO\Migration\MigrationHandler
3531 arguments :
36- - ' @ibexa.core.io.migration.file_lister.file_iterator.media_file_iterator'
37- - " %ibexa.site_access.config.default.binary_dir%"
32+ $fileList : ' @ibexa.core.io.migration.file_lister.file_iterator.media_file_iterator'
33+ $filesDir : ' %ibexa.site_access.config.default.binary_dir%'
3834 tags :
3935 - { name: "ibexa.io.migration.file_lister", identifier: "media_file" }
4036 lazy : true
0 commit comments