Actions
Feature #20838
closedModern integration of module into backend using Extbase
Start date:
2009-08-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
An Extbase dispatcher for the Backend is ready to be integrated. However current modules need to have a conf.php file where the "controller" of the module is located. This does not make much sense as these information could be provided by the Extbase BackendDispatcher itself without asking developer to pollute their extension with odd-looking files. As it needs a change in Core, I want the change to be accepted into Core.
This patch enhance the loading of a backend module and allows the Extbase BackendDispatcher to provide the module information back to TYPO3 core, meaning no more conf.php files are needed when using Extbase as framework for backend modules.
(issue imported from #M11652)
Files
Actions