Having the Module Installer Factory packaged class
Provides developers with a class to perform custom processor for install:
in varbase_email.info.yml
file.
Having the varbase_email.info.yml
with the following items
name: "Varbase Email"
type: module
description: "Adds email template for varbase emails"
package: Varbase
core_version_requirement: ^9
dependencies: []
install:
- symfony_mailer
- symfony_mailer_bc
How to use the Module Installer Factory Class
Require the package in your root composer.json file
"vardot/module-installer-factory": "~1.0"
OR require the package in your project with the following command
$ composer require vardot/module-installer-factory:~1.0
Add the following name space at in custom modules or custom installation profiles.
use Vardot\Installer\ModuleInstallerFactory;
ModuleInstallerFactory::installList('mdoule_name', 'install', TRUE);
Follow with more examples for other methods and how to use them
https://github.com/Vardot/module-installer-factory/blob/1.0.x/README.md
Fixed
9.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.