migrate.services.yml
Same filename in other branches
File
-
core/
modules/ migrate/ migrate.services.yml
View source
- services:
- migrate.plugin_event_subscriber:
- class: Drupal\migrate\Plugin\PluginEventSubscriber
- tags:
- - { name: event_subscriber }
- 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\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']
- migrate.lookup:
- class: Drupal\migrate\MigrateLookup
- arguments: ['@plugin.manager.migration']
- migrate.stub:
- class: Drupal\migrate\MigrateStub
- arguments: ['@plugin.manager.migration']
Services
Title | Deprecated | Summary |
---|---|---|
cache.discovery_migration | Drupal\Core\Cache\CacheBackendInterface | |
cache.migrate | Drupal\Core\Cache\CacheBackendInterface | |
migrate.lookup | Drupal\migrate\MigrateLookup | |
migrate.plugin_event_subscriber | Drupal\migrate\Plugin\PluginEventSubscriber | |
migrate.stub | Drupal\migrate\MigrateStub | |
plugin.manager.migrate.destination | Drupal\migrate\Plugin\MigrateDestinationPluginManager | |
plugin.manager.migrate.id_map | Drupal\migrate\Plugin\MigratePluginManager | |
plugin.manager.migrate.process | Drupal\migrate\Plugin\MigratePluginManager | |
plugin.manager.migrate.source | Drupal\migrate\Plugin\MigrateSourcePluginManager | |
plugin.manager.migration | Drupal\migrate\Plugin\MigrationPluginManager |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.