mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Clean up class alias mechanism
* adopt class loader to load the class alias map from a location Migrations/Code/ClassAliasMap.php in every extensions path * split up core class alias map into extension class alias maps * adopt tests to the compound class loader cache Change-Id: I7102fd5aab7a6364d5bcb5603f011dfcdb859ec9 Resolves: #41012 Resolves: #41013 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/15085 Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
This commit is contained in:
parent
f264beb6e3
commit
c39177551a
1 changed files with 5 additions and 0 deletions
5
Migrations/Code/ClassAliasMap.php
Normal file
5
Migrations/Code/ClassAliasMap.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
return array(
|
||||
'tx_feedit_editpanel' => 'TYPO3\\CMS\\Feedit\\FrontendEditPanel',
|
||||
);
|
||||
?>
|
Loading…
Reference in a new issue