Actions
Feature #97150
openSupport dependency injection for routing aspects
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2022-03-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Reported by John Miller in #97149, routing aspects do not allow dependeny injection as $settings array is passed uncondtially to aspects.
An SettingsAwareInterface
should be aded that allows settings to be set via a setter method instead of the constructor arguments
Actions