1 .. include:: ../../Includes.txt
3 ================================================================
4 Deprecation: #80048 - Mark ExtJS related API calls as deprecated
5 ================================================================
12 The usage of ExtJS has been marked as deprecated. Therefore the following methods of :php:`ExtensionManagementUtility` have been marked as deprecated:
14 - :php:`addExtJSModule`
15 - :php:`registerExtDirectComponent`
21 Calling any of the PHP methods will trigger a deprecation log entry.
24 Affected Installations
25 ======================
27 Any TYPO3 installation working with custom extensions that use any of these methods.
33 All of the functionality is obsolete or outdated and should be handled differently from now on:
35 1. Use :php:`ExtensionManagementUtility::addModule` instead of :php:`addExtJSModule`.
37 2. Some ajax routes_ instead of ExtDirect.
39 .. _routes: https://docs.typo3.org/typo3cms/InsideTypo3Reference/CoreArchitecture/Backend/Routing/Index.html
41 .. index:: Backend, PHP-API