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.

needs-review-queue-bot’s picture

Status: Needs review » Needs work
StatusFileSize
new1.77 KB

The Needs Review Queue Bot tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".

This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.

Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.