Skip to content

[RFC] Permit HttpFoundation\Request class override #7453

Closed
@jfsimon

Description

@jfsimon

For now it is impossible to override Request class as it is instantiated in few places.
To permit this override, we need to know on which class to call ::create() method.

This has already been done for sub-request in #7381 and #7390 (the sub requests use the same class as the master request).

This should now be done in following places:

What is the best way to let these classes know on which class they should call the ::create() method?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions