Actions
Bug #91355
closedExtension scanner reports correct usages of functions
Start date:
2020-05-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The methods configurePlugin
, registerPlugin
and registerModule
in \TYPO3\CMS\Extbase\Utility\ExtensionUtility
have changed in their way of usage.
A matcher for the extension scanner had been added as well.
Unfortunately the matcher is designed to report any usage of the functions.
Currently, there is no way to detected the deprecated usage variant of these functions, hence the matchers have to be removed as those provide no benefit for the extension developer.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64451
Updated by Markus Klein over 4 years ago
- Related to Task #87550: Use controller classes when registering plugins/modules added
Updated by Markus Klein over 4 years ago
- Related to Task #88995: Deprecate calling registerPlugin with vendor name added
Updated by Markus Klein over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 738ac0cc941464df9da781b32a351f0d0631a131.
Actions