Skip to content

Commit 0af0174

Browse files
Add ActionController methods to earlyTerminatingMethodCalls
The AbstractController controller has been deprecated in TYPO3 and all methods have been moved to the ActionController. So we also have to add this controller to the earlyTerminatingMethodCalls
1 parent 8ddf0b1 commit 0af0174

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extension.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ parameters:
4141
- PATH_typo3
4242
- TYPO3_mainDir
4343
earlyTerminatingMethodCalls:
44+
TYPO3\CMS\Extbase\Mvc\Controller\ActionController:
45+
- redirectToUri
46+
- redirect
47+
- forward
48+
- forwardToReferringRequest
49+
- throwStatus
4450
TYPO3\CMS\Extbase\Mvc\Controller\AbstractController:
4551
- redirectToUri
4652
- redirect

0 commit comments

Comments
 (0)