[TASK] Mark various TypoScript parsing functionality as internal
The TypoScript Parser has been around since PHP 4 and hasn't been touched much since 12ys. In order to speed up TypoScript processing in the future, it is important to first streamline all usages and mark internal functionality as "protected" instead of "public". Some other parts for sys_template rendering has been marked as internal as well. Resolves: #86461 Releases: master Change-Id: I4ab0852bc0fb386aa9016b8845f7f8f15a7c3166 Reviewed-on: https://review.typo3.org/58477 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
Showing
- typo3/sysext/core/Classes/TypoScript/ConfigurationForm.php 2 additions, 0 deletionstypo3/sysext/core/Classes/TypoScript/ConfigurationForm.php
- typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php 3 additions, 1 deletion...ysext/core/Classes/TypoScript/ExtendedTemplateService.php
- typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php 65 additions, 32 deletions...ysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86461-MarkVariousTypoScriptParsingFunctionalityAsInternal.rst 57 additions, 0 deletions...1-MarkVariousTypoScriptParsingFunctionalityAsInternal.rst
- typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php 2 additions, 2 deletions...ore/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 49 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 75 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment