Actions
Task #104305
closedDefine cache.assets in service provider
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2024-07-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The cache.assets container entry was pregenerated in Bootstrap
for historic reasons: it used to be statically injected into
the IconRegistry and PageRenderer from Bootstrap::init().
This has been refactored with #93475 and #97030, therefore
assets cache generation can now be delayed until it is actually
needed.
Note: It is needed in uncached installtool context, therefore
it is provided in ServiceProvider.php instead of Services.yaml
Actions