Actions
Task #93475
closedInject cache into IconRegistry
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2021-02-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This is to avoid calling IconRegistry::setCache during early bootstrap.
That hack was needed back when CacheManager was streamlined to
only we usable after ext_localconf has been loaded (#86353).
Since DI was not available back then, assets cache needed to injected
statically. Now that DI is available, we can inject withing the factory.
Actions