Create a module that uses the new module dispatcher (#19834). With the following file structure:
Dispatcher
Dispatcher.php
services
provider.php
tmpl
default.php
Try to install it.
Module installed.
Installation fails with errors:
Module Install: No module file specified.
Error installing module
4.0-dev
Installer expects mod_whatever.php
file to be present and defined in the manifest file.
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-25 17:41:46 |
Closed_By | ⇒ | SharkyKZ |
It is actually possible to install such modules by adding
module
attribute with element to any file or folder within<files>
tag. That's not very clear though. We should have a better way of declaring the element in manifest files.Note, the same applies to plugins since #20547.