Problem/Motivation
Before tagging beta1, without going as far as #3529494: Remove SlotSourceProxy, we can tidy slot_sources_proxy dependencies:
display_builder.slot_sources_proxy:
class: Drupal\display_builder\SlotSourceProxy
arguments:
- '@plugin.manager.ui_patterns_source'
- '@entity.memory_cache'
- '@plugin.manager.ui_patterns_source'
- '@entity.memory_cache'
They have duplicate valeus (maybe a rebase error) and the service doesn't need memory_cache anymore:
public function __construct(
protected PluginManagerInterface $sourceManager,
) {}
Proposed resolution
Remove dependencies.
Issue fork display_builder-3560331
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pdureau commentedNice to have for beta1.
Comment #4
mogtofu33 commented