1.. include:: ../../Includes.txt
2
3================================================
4Deprecation: #94311 - GeneralUtility::rmFromList
5================================================
6
7See :issue:`94311`
8
9Description
10===========
11
12The method :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::rmFromList()` has not
13been used in the Core since v10. The method has now been deprecated
14in :php:`\TYPO3\CMS\Core\Utility\GeneralUtility` and will be removed in
15TYPO3 v12.
16
17Impact
18======
19
20Calling the method will trigger a PHP :php:`E_USER_DEPRECATED` error.
21
22
23Affected Installations
24======================
25
26All TYPO3 installations calling this method in custom code. The extension
27scanner will find all such usages as strong match.
28
29
30Migration
31=========
32
33Replace all usages of the method in your extension code.
34
35.. index:: PHP-API, FullyScanned, ext:core
36