Skip to content
Snippets Groups Projects
Commit 84f8bfd0 authored by Alex Pott's avatar Alex Pott
Browse files

Revert "Issue #2694391 by chx, benjy, catch, dawehner: Separate cache bin for migrations"

This reverts commit 74268797.
parent 4325df9d
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,6 @@ services:
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, default_backend: cache.backend.memory }
factory: cache_factory:get
arguments: [discovery_migration]
plugin.manager.migration:
class: Drupal\migrate\Plugin\MigrationPluginManager
arguments: ['@module_handler', '@cache.discovery_migration', '@language_manager']
arguments: ['@module_handler', '@cache.discovery', '@language_manager']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment