Skip to content

Commit

Permalink
[!!!][TASK] Remove deprecated AbstractController
Browse files Browse the repository at this point in the history
The class AbstractController is removed in favor of
ActionController within Extbase, where all extension
controllers should inherit from.

Releases: master
Resolves: #91527
Related: #91473
Change-Id: Ia32630d04b545b24a18a4a999b1a28c6f2661504
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64377
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
alexanderschnitzler authored and andreaskienast committed May 29, 2020
1 parent 3738e1b commit a957a67
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 645 deletions.
Expand Up @@ -12,6 +12,7 @@ Description
The following PHP classes that have been previously deprecated for v10 have been removed:

- :php:`\TYPO3\CMS\Backend\Template\DocumentTemplate`
- :php:`\TYPO3\CMS\Extbase\Mvc\Controller\AbstractController`

The following PHP interfaces that have been previously deprecated for v10 have been removed:

Expand Down

0 comments on commit a957a67

Please sign in to comment.