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

[TASK] Simplify TemplateView inheritance chain

The fluid view classes have a rather complex inheritance
and dependency chain, especially when looking at the
various extbase related classes, too.

One step is TYPO3Fluid\Fluid\View\TemplateView: This empty
class adds no value, TYPO3\CMS\Fluid\View\AbstractTemplateView
can extend TYPO3Fluid\Fluid\View\AbstractTemplateView instead,
without functional change.

Resolves: #94973
Releases: master
Change-Id: I41888b371d69ca70deb30ff0d47028d4c8e0e6ff
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70734


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 2de97778
Branches
Tags
No related merge requests found
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