- Issue created by @tstoeckler
- 🇩🇪Germany tstoeckler Essen, Germany
I guess I should point out that Config Filter 1.x is required for this bug to occur. Did not check specifically why.
If Config Ignore is installed, you cannot subsequently install Config Split 1.x. When you attempt to, you get the following fatal error:
The "config_split" entity type does not exist.
This is because of a particularly fun chain of events:
\Drupal::service('router.route_provider')
cache_tags.invalidator
serviceconfig_ignore.event_subscriber
serviceconfig.storage.sync
serviceSplitFilterDeriver::create()
SplitFilterDeriver::create()
calls $container->get('entity_type.manager')->getStorage('config_split')
drush si -y
drush en -y config_ignore
drush en -y config_split # with config_split 1.x
?
-
Active
2.0
Code
I guess I should point out that Config Filter 1.x is required for this bug to occur. Did not check specifically why.