What do we use now to install modules from and installation profile?

Comments

idflood’s picture

Now modules are defined in the profile .info file. Simply add a line like this and it will enable the block module:
dependencies[] = block

David Mignot
www.idflood.com

drzraf’s picture

And what can we do if we use a module as an installation profile ?
Because in such a case, dependencies[] are the module dependencies while what we want is to
activate some modules whether or not they are dependencies.
That's where hook_profile_modules is [was] handy.