[TASK] Avoid unused DataProviderContext
TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext is only relevant in DataProviderCollection when calling getBackendLayoutCollections(). TYPO3\CMS\Core\Page\PageLayoutResolver only calls getBackendLayout(), so the setup of DataProviderContext is not needed. The patch resolves this and thus reduces the dependencies from ext:core to ext:backend. Resolves: #105250 Related: #103466 Releases: main Change-Id: I23177858703ed2d6398ff3d23426f8025240d1c3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86532 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de>
parent
963bc3c2
Please register or sign in to comment