[TASK] Remove objectManager from various Extbase places
This change adapts certain areas within EXT:extbase Persistence to avoid ObjectManager and rely on constructor DI and GeneralUtility::makeInstance() where it's not easily possible to switch to DI yet. Resolves: #94111 Releases: master Change-Id: I731d5b8f791bd34410aa3bf86bc7dc4e6098fa20 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69101 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php 29 additions, 33 deletionstypo3/sysext/extbase/Classes/Persistence/Generic/Backend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMap.php 2 additions, 2 deletions...xt/extbase/Classes/Persistence/Generic/Mapper/DataMap.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php 2 additions, 18 deletions...ase/Classes/Persistence/Generic/Mapper/DataMapFactory.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php 9 additions, 55 deletions...se/Classes/Persistence/Generic/Storage/Typo3DbBackend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php 3 additions, 37 deletions...lasses/Persistence/Generic/Storage/Typo3DbQueryParser.php
- typo3/sysext/extbase/Configuration/Services.yaml 4 additions, 0 deletionstypo3/sysext/extbase/Configuration/Services.yaml
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php 2 additions, 13 deletions...ts/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php 8 additions, 17 deletions...s/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbQueryParserTest.php 24 additions, 6 deletions...it/Persistence/Generic/Storage/Typo3DbQueryParserTest.php
Please register or sign in to comment