- Issue created by @rkoller
- ๐ฎ๐ณIndia abhishek@kumar
If any custom service uses config.factory, ensure that it uses dependency injection in a way that doesnโt create a circular loop. Specifically, look for any direct calls to \Drupal::service('config.factory') and replace them with dependency injection.
For examplepublic function __construct(ConfigFactoryInterface $configFactory) { $this->configFactory = $configFactory; }
- First commit to issue fork.
- Merge request !102Stop injecting the entity type manager in the wse_config decorators. โ (Merged) created by amateescu
-
amateescu โ
committed fc741520 on 2.0.x
Issue #3484535 by amateescu: CircularReferenceException when trying to...
-
amateescu โ
committed fc741520 on 2.0.x
-
amateescu โ
committed 090e9f65 on 1.0.x
Issue #3484535 by amateescu: CircularReferenceException when trying to...
-
amateescu โ
committed 090e9f65 on 1.0.x
Automatically closed - issue fixed for 2 weeks with no activity.