diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst index 94085175f65afcc90038526a9c326c2a27b53dde..19f034177b03d0390230732b0ba0c4a1ac990124 100644 --- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst +++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst @@ -87,4 +87,4 @@ Migration * Omit the vendor name in argument :php:`$extensionName` * Use fully qualified class names as array keys in arguments :php:`$controllerActions` and :php:`$nonCacheableControllerActions` -.. index:: PHP-API, PartiallyScanned, ext:extbase +.. index:: PHP-API, NotScanned, ext:extbase diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst index 35006f82e6b0ca07929de2fea67a9432f4c1da9a..092703bed61921ed64045e749157a4da70441089 100644 --- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst +++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst @@ -52,4 +52,4 @@ Just use the extension name like in this example. 'content-form', ); -.. index:: PHP-API, FullyScanned, ext:extbase +.. index:: PHP-API, NotScanned, ext:extbase diff --git a/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php b/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php index 1a8e32945c2ff24c5687af4beeebe992b21fb970..868b7632a3845af35f242b3a52f675e528eeda44 100644 --- a/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php +++ b/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php @@ -841,20 +841,6 @@ return [ 'Breaking-87193-DeprecatedFunctionalityRemoved.rst', ], ], - 'TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin' => [ - 'numberOfMandatoryArguments' => 3, - 'maximumNumberOfArguments' => 5, - 'restFiles' => [ - 'Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst', - ], - ], - 'TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule' => [ - 'numberOfMandatoryArguments' => 1, - 'maximumNumberOfArguments' => 6, - 'restFiles' => [ - 'Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst', - ], - ], 'TYPO3\CMS\Extbase\Reflection\ObjectAccess::buildSetterMethodName' => [ 'numberOfMandatoryArguments' => 1, 'maximumNumberOfArguments' => 1, @@ -932,13 +918,6 @@ return [ 'Deprecation-88787-BackendUtilityEditOnClick.rst' ], ], - 'TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin' => [ - 'numberOfMandatoryArguments' => 3, - 'maximumNumberOfArguments' => 4, - 'restFiles' => [ - 'Deprecation-88995-CallingRegisterPluginWithVendorName.rst' - ], - ], 'TYPO3\CMS\Core\Utility\GeneralUtility::getApplicationContext' => [ 'numberOfMandatoryArguments' => 0, 'maximumNumberOfArguments' => 0,