Closed
Description
There are a number of places in the Magento 2 code base which still assume that modules reside in the app/code
directory. As a result, the module registrar which was implemented in #1206 isn't yet usable.
As people are beginning to experiment with the module registrar and are finding that it doesn't work as expected I think we should work out what needs fixing. I would like to use this ticket to maintain a list of the issues which still need to be resolved so that a number of us can tackle these issues together without duplicating effort.
-
Magento\Framework\Module\Dir\Reader::getConfigurationFiles()
andgetComposerJsonFiles()
-
Magento\Framework\Module\Dir\Reader::getActionFiles()
- Consider implications of
Magento\Framework\Module\Dir\Reader::setModuleDir()
andgetModuleDir()
- Eliminating relative paths for XML schematic references (using URNs?) is another one. Relative paths a pain when the module moves.
This list is far from complete. I'll add more items to the list as time allows, and I invite others to contribute.
Metadata
Metadata
Assignees
Labels
No labels