[TASK] Move Page Title Generation for search out of TSFE
This change removes the internal property "indexedDocTitle" which is filled by the PageTitleProvider API. This API is then moved to Indexed Search to use the same logic to fetch the "real" page title (without site title etc) when a plugin is registered. Resolves: #97861 Releases: main Change-Id: Ide1b8d1b700d9e555e02d4a02af154f05cb54130 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75036 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 0 additions, 22 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 0 additions, 29 deletions...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php 7 additions, 2 deletions...xt/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
Please register or sign in to comment