feedit/view/class.tx_feedit_editpanel.php
Helmut Hummel 2bbae1e47d [TASK] Rename ExtensionManager class Part 2
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.

Renaming in submodules will be done seperately.
The third step will then be to remove the old
namespaced class name from the class alias map
and raise the submodule pointers

Related: #42661
Releases: 6.0

Change-Id: I0be22f117e9e4121001b6a14118d289834438066
Reviewed-on: http://review.typo3.org/16163
Reviewed-by: Anja Leichsenring
Reviewed-by: Wouter Wolters
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
2012-11-03 17:15:01 +01:00

8 lines
No EOL
348 B
PHP

<?php
/*
* @deprecated since 6.0, the classname tx_feedit_editpanel and this file is obsolete
* and will be removed by 7.0. The class was renamed and is now located at:
* typo3/sysext/feedit/Classes/FrontendEditPanel.php
*/
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('feedit') . 'Classes/FrontendEditPanel.php';
?>