Task #98281
closedMake the AbstractPlugin @internal
100%
Description
The AbstractPlugin is not a recommended way of developing Frontend Plugins anymore. As long as it is neither deprecated not internal we
cannot remove it from the Documentation however. And it is one of those features that make TYPO3 appear outdated.
There are still a number of non-Extbase Plugins who base on the Abstract Plugin.
However in most cases the same result can be achieved by removing the AbstractPlugin
as parent class.
In the rare case where fuctionality of the AbstractPlugin are still used, those methods can be copied into the affected Plugin.
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75655
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75655
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75655
Updated by Lina Wolf over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4e303636c5d28710d44712f6298d82186c26198a.
Updated by Christian Kuhn almost 2 years ago
- Related to Task #100639: Deprecate AbstractPlugin added