Skip to content
Snippets Groups Projects
Select Git revision
0 results

core

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Christian Kuhn authored
    Get rid of a static class property by substituting
    it with 'cache.runtime'. IconFactory is used in
    ext:install and in early TCA building, a bit of
    DI trickery is needed to to have 'cache.runtime'
    available early.
    
    Other class properties are general DI
    modernization, two further properties are
    just indirect access to TYPO3_CONF_VARS
    and now inlined.
    
    Have some minor method signature type additions
    along the way. Those are not considered breaking
    since consumers not feeding correct types would
    already trigger errors in many cases from detail
    code of the method implementations.
    
    Resolves: #104399
    Releases: main
    Change-Id: I9672944cc64a8c9fcf1745bccd9faa8904844050
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85264
    
    
    Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
    Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
    Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
    Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
    5fd42d78
    History
    user avatar 5fd42d78
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..