Migrate in core #2125717 by mikeryan, chx, marvil07, bdone, jessehs, mpgeek, BTMash, fastangel, mongolito404, Moshe Weitzman, eliza411, YesCT, dawehner, cosmicdreams
2013-11-20 22:08:56 +00:00
|
|
|
services:
|
Issue #2485385 by phenaproxima, quietone, alexpott, mikeryan, Berdir, blazey, xjm, hussainweb, catch, heddn, benjy: Move highwater field support to the source plugin, and do not expose its internals on MigrationInterface
2016-09-28 16:46:11 +00:00
|
|
|
migrate.plugin_event_subscriber:
|
|
|
|
class: Drupal\migrate\Plugin\PluginEventSubscriber
|
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|
Migrate in core #2125717 by mikeryan, chx, marvil07, bdone, jessehs, mpgeek, BTMash, fastangel, mongolito404, Moshe Weitzman, eliza411, YesCT, dawehner, cosmicdreams
2013-11-20 22:08:56 +00:00
|
|
|
cache.migrate:
|
|
|
|
class: Drupal\Core\Cache\CacheBackendInterface
|
|
|
|
tags:
|
|
|
|
- { name: cache.bin }
|
2015-06-01 10:47:08 +00:00
|
|
|
factory: cache_factory:get
|
Migrate in core #2125717 by mikeryan, chx, marvil07, bdone, jessehs, mpgeek, BTMash, fastangel, mongolito404, Moshe Weitzman, eliza411, YesCT, dawehner, cosmicdreams
2013-11-20 22:08:56 +00:00
|
|
|
arguments: [migrate]
|
|
|
|
plugin.manager.migrate.source:
|
2016-09-01 11:29:43 +00:00
|
|
|
class: Drupal\migrate\Plugin\MigrateSourcePluginManager
|
2016-09-27 13:35:22 +00:00
|
|
|
arguments: [source, '@container.namespaces', '@cache.discovery', '@module_handler']
|
Migrate in core #2125717 by mikeryan, chx, marvil07, bdone, jessehs, mpgeek, BTMash, fastangel, mongolito404, Moshe Weitzman, eliza411, YesCT, dawehner, cosmicdreams
2013-11-20 22:08:56 +00:00
|
|
|
plugin.manager.migrate.process:
|
|
|
|
class: Drupal\migrate\Plugin\MigratePluginManager
|
2014-06-12 09:10:59 +00:00
|
|
|
arguments: [process, '@container.namespaces', '@cache.discovery', '@module_handler', 'Drupal\migrate\Annotation\MigrateProcessPlugin']
|
Migrate in core #2125717 by mikeryan, chx, marvil07, bdone, jessehs, mpgeek, BTMash, fastangel, mongolito404, Moshe Weitzman, eliza411, YesCT, dawehner, cosmicdreams
2013-11-20 22:08:56 +00:00
|
|
|
plugin.manager.migrate.destination:
|
Issue #2213451 by andypost, bdone, benjy, penyaskito, chx, claudiu.cristea, damiankloip, gregboggs, InternetDevels, jessehs, jhedstrom, marvil07, mikeryan, pcambra, Xano, YesCT: Update Migrate API in core
2014-03-19 18:56:48 +00:00
|
|
|
class: Drupal\migrate\Plugin\MigrateDestinationPluginManager
|
2019-01-11 14:13:39 +00:00
|
|
|
arguments: [destination, '@container.namespaces', '@cache.discovery', '@module_handler', '@entity_type.manager']
|
Migrate in core #2125717 by mikeryan, chx, marvil07, bdone, jessehs, mpgeek, BTMash, fastangel, mongolito404, Moshe Weitzman, eliza411, YesCT, dawehner, cosmicdreams
2013-11-20 22:08:56 +00:00
|
|
|
plugin.manager.migrate.id_map:
|
|
|
|
class: Drupal\migrate\Plugin\MigratePluginManager
|
2014-06-12 09:10:59 +00:00
|
|
|
arguments: [id_map, '@container.namespaces', '@cache.discovery', '@module_handler']
|
2016-10-26 18:12:09 +00:00
|
|
|
cache.discovery_migration:
|
|
|
|
class: Drupal\Core\Cache\CacheBackendInterface
|
|
|
|
tags:
|
|
|
|
- { name: cache.bin }
|
|
|
|
factory: cache_factory:get
|
|
|
|
arguments: [discovery_migration]
|
2016-03-14 12:16:40 +00:00
|
|
|
plugin.manager.migration:
|
|
|
|
class: Drupal\migrate\Plugin\MigrationPluginManager
|
2016-10-26 18:12:09 +00:00
|
|
|
arguments: ['@module_handler', '@cache.discovery_migration', '@language_manager']
|
2019-10-08 23:08:00 +00:00
|
|
|
migrate.lookup:
|
|
|
|
class: Drupal\migrate\MigrateLookup
|
|
|
|
arguments: ['@plugin.manager.migration']
|
|
|
|
migrate.stub:
|
|
|
|
class: Drupal\migrate\MigrateStub
|
|
|
|
arguments: ['@plugin.manager.migration']
|