52 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			52 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								parameters:
							 | 
						||
| 
								 | 
							
								  migrate.skip_procedural_hook_scan: true
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								services:
							 | 
						||
| 
								 | 
							
								  _defaults:
							 | 
						||
| 
								 | 
							
								    autoconfigure: true
							 | 
						||
| 
								 | 
							
								  migrate.plugin_event_subscriber:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\Plugin\PluginEventSubscriber
							 | 
						||
| 
								 | 
							
								  cache.migrate:
							 | 
						||
| 
								 | 
							
								    class: Drupal\Core\Cache\CacheBackendInterface
							 | 
						||
| 
								 | 
							
								    tags:
							 | 
						||
| 
								 | 
							
								      - { name: cache.bin }
							 | 
						||
| 
								 | 
							
								    factory: ['@cache_factory', 'get']
							 | 
						||
| 
								 | 
							
								    arguments: [migrate]
							 | 
						||
| 
								 | 
							
								  plugin.manager.migrate.source:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\Plugin\MigrateSourcePluginManager
							 | 
						||
| 
								 | 
							
								    arguments: [source, '@container.namespaces', '@cache.discovery', '@module_handler']
							 | 
						||
| 
								 | 
							
								  plugin.manager.migrate.process:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\Plugin\MigratePluginManager
							 | 
						||
| 
								 | 
							
								    arguments:
							 | 
						||
| 
								 | 
							
								      - process
							 | 
						||
| 
								 | 
							
								      - '@container.namespaces'
							 | 
						||
| 
								 | 
							
								      - '@cache.discovery'
							 | 
						||
| 
								 | 
							
								      - '@module_handler'
							 | 
						||
| 
								 | 
							
								      - 'Drupal\migrate\Attribute\MigrateProcess'
							 | 
						||
| 
								 | 
							
								      - 'Drupal\migrate\Annotation\MigrateProcessPlugin'
							 | 
						||
| 
								 | 
							
								  plugin.manager.migrate.destination:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\Plugin\MigrateDestinationPluginManager
							 | 
						||
| 
								 | 
							
								    arguments: [destination, '@container.namespaces', '@cache.discovery', '@module_handler', '@entity_type.manager']
							 | 
						||
| 
								 | 
							
								  plugin.manager.migrate.id_map:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\Plugin\MigratePluginManager
							 | 
						||
| 
								 | 
							
								    arguments: [id_map, '@container.namespaces', '@cache.discovery', '@module_handler']
							 | 
						||
| 
								 | 
							
								  cache.discovery_migration:
							 | 
						||
| 
								 | 
							
								    class: Drupal\Core\Cache\CacheBackendInterface
							 | 
						||
| 
								 | 
							
								    tags:
							 | 
						||
| 
								 | 
							
								      - { name: cache.bin }
							 | 
						||
| 
								 | 
							
								    factory: ['@cache_factory', 'get']
							 | 
						||
| 
								 | 
							
								    arguments: [discovery_migration]
							 | 
						||
| 
								 | 
							
								  plugin.manager.migration:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\Plugin\MigrationPluginManager
							 | 
						||
| 
								 | 
							
								    arguments: ['@module_handler', '@cache.discovery_migration', '@language_manager']
							 | 
						||
| 
								 | 
							
								  Drupal\migrate\Plugin\MigrationPluginManagerInterface: '@plugin.manager.migration'
							 | 
						||
| 
								 | 
							
								  Drupal\migrate\MigrateBuildDependencyInterface: '@plugin.manager.migration'
							 | 
						||
| 
								 | 
							
								  migrate.lookup:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\MigrateLookup
							 | 
						||
| 
								 | 
							
								    arguments: ['@plugin.manager.migration']
							 | 
						||
| 
								 | 
							
								  Drupal\migrate\MigrateLookupInterface: '@migrate.lookup'
							 | 
						||
| 
								 | 
							
								  migrate.stub:
							 | 
						||
| 
								 | 
							
								    class: Drupal\migrate\MigrateStub
							 | 
						||
| 
								 | 
							
								    arguments: ['@plugin.manager.migration']
							 | 
						||
| 
								 | 
							
								  Drupal\migrate\MigrateStubInterface: '@migrate.stub'
							 |