[TASK] Streamline EXT:tstemplate controllers
This change is a pre-patch for introducing https://review.typo3.org/c/Packages/TYPO3.CMS/+/73339 to allow to reduce the calls to $pObj by using inheritance for all controllers related to TypoScript parsing in "Web > Template" Resolves: #96877 Releases: main Change-Id: I890f3cd30f1e04d4208732dd1503dee12ada0250 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73473 Tested-by:Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/phpstan/phpstan-baseline.neon 1 addition, 1 deletionBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerController.php 16 additions, 49 deletions...emplate/Classes/Controller/TemplateAnalyzerController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptObjectBrowserController.php 45 additions, 87 deletions.../Classes/Controller/TypoScriptObjectBrowserController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationController.php 7 additions, 51 deletions...es/Controller/TypoScriptTemplateInformationController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php 25 additions, 15 deletions...Classes/Controller/TypoScriptTemplateModuleController.php
- typo3/sysext/tstemplate/Classes/Controller/TyposcriptConstantEditorController.php 18 additions, 55 deletions...Classes/Controller/TyposcriptConstantEditorController.php
- typo3/sysext/tstemplate/Configuration/Services.yaml 12 additions, 0 deletionstypo3/sysext/tstemplate/Configuration/Services.yaml
- typo3/sysext/tstemplate/Tests/Unit/Controller/TypoScriptObjectBrowserControllerTest.php 3 additions, 3 deletions...Unit/Controller/TypoScriptObjectBrowserControllerTest.php
- typo3/sysext/tstemplate/ext_tables.php 8 additions, 8 deletionstypo3/sysext/tstemplate/ext_tables.php
Please register or sign in to comment