Problem/Motivation

HandlerStackConfigurator injects the container and a set of middleware service IDs, which are then looped over and instantiated in turn.

A tagged iterator provides the same capability without needing the entire container.

Steps to reproduce

Proposed resolution

Replace the container and service_id_collector tag with a tagged iterator.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3621530

Command icon 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

longwave created an issue. See original summary.

longwave-bot made their first commit to this issue’s fork.

longwave’s picture

Status: Active » Needs review

This seems very unlikely to be overridden and I don't think we need to provide BC.