Skip to content
Snippets Groups Projects
Commit d604d241 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[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: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
parent 963bc3c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment