1 .. include:: ../../Includes.txt
3 ===============================================
4 Deprecation: #86110 - FrontendEditingController
5 ===============================================
12 The class :php:`\TYPO3\CMS\Core\FrontendEditing\FrontendEditingController` is not in use anymore, only feedit
13 instantiates the class for legacy reasons.
15 Also, property :php:`FrontendBackendUserAuthentication->frontendEdit` which holds an instance of
16 it, has been marked as deprecated.
22 The functionality of this class has been moved into ext:feedit.
23 If an instance needs access to frontend editing, it can be accessed from there.
26 Affected Installations
27 ======================
29 Instances accessing the deprecated class or function will **NOT** trigger a PHP :php:`E_USER_DEPRECATED` error.
35 Refer to ext:feedit for inspiration.
37 .. index:: PHP-API, FullyScanned, ext:feedit