CHANGELOG.txt |
CHANGELOG.txt |
|
* For a full list of fixes in the latest release, visit:
https://www.drupal.org/project/modules_weight/releases |
modules_weight.admin.inc |
modules_weight.admin.inc |
|
Calls results to administration's pages. |
modules_weight.drush.inc |
modules_weight.drush.inc |
|
Drush commands related to the Modules weight module. |
modules_weight.helpers.inc |
modules_weight.helpers.inc |
|
Helper functions. |
modules_weight.info |
modules_weight.info |
|
name = Modules Weight
description = Allows to change the modules execution order.
core = 7.x
package = Development
configure = admin/config/system/modules-weight/configuration |
modules_weight.install |
modules_weight.install |
|
Install, update and uninstall functions. |
modules_weight.module |
modules_weight.module |
|
Modules weight functionality implementation. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
Sometimes we need to modify modules execution order, and some people could… |