environment.admin.inc |
environment.admin.inc |
|
Settings for Environment module |
environment.api.php |
environment.api.php |
|
Hooks provided by Environment. |
environment.context.inc |
plugins/environment.context.inc |
|
Describe context plugins for Environment module. |
environment.drush.inc |
environment.drush.inc |
|
Executes the environment_switch capabilities |
environment.info |
environment.info |
|
name = Environment
description = Sets the environment variable for a site instance
core = 6.x |
environment.install |
environment.install |
|
Handles installation of the Environment module. |
environment.module |
environment.module |
|
|
environment.token.inc |
plugins/environment.token.inc |
|
Token provider integration for Environment module. |
environment_context_condition.inc |
plugins/environment_context_condition.inc |
|
|
environment_force.info |
modules/environment_force/environment_force.info |
|
name = "Environment Force"
description = "Resets the environment to that specified in settings.php on every page load."
core = "6.x"
dependencies[] = "environment" |
environment_force.module |
modules/environment_force/environment_force.module |
|
The Environment Force module resets the site environment to the one set in settings.php. |
README.txt |
README.txt |
|
ENVIRONMENT
Creates an API for specifying an environment for a site instance. Other modules
may then change their logic depending upon the current active environment. When
switching environments a hook is invoked to allow any module to run… |