- Issue created by @Etedal Abu Rajab
- Status changed to Needs work
about 1 month ago 10:20am 18 July 2025 - 🇮🇹Italy apaderno Brescia, 🇮🇹
A task issue needs to describe what needs to be done and why. A title is not sufficient for an issue.
A module does not usually install another module, except in the case both the modules are part of the same project.
In the case the projects are different, a module should add the other module as dependency, if that module is really required for the first module to run. Otherwise, the first module can implementhook_requirements()
to show a suggestion to install the other module. - 🇮🇹Italy apaderno Brescia, 🇮🇹
Also, this module does not contain PHP code, which means it cannot install any module. It can eventually add a new module to the Composer requirements.