You are here

Files in Environment 7

Primary tabs

File namesort descending Location Namespace Description
environment.admin.inc environment.admin.inc Settings for Environment module.
environment.api.php environment.api.php Hooks provided by Environment.
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 = 7.x configure = admin/config/environment
environment.install environment.install Handles installation of the Environment module.
environment.module environment.module Module for handling changes in server environments
environment_context.info modules/environment_context/environment_context.info name = "Environment Context" description = "Use environment setting within context" core = "7.x" dependencies[] = "environment" dependencies[] = "context"
environment_context.module modules/environment_context/environment_context.module Describe context plugins for Environment Context module.
environment_context_condition.inc modules/environment_context/plugins/environment_context_condition.inc Defines a context condition for the current environment state.
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 = "7.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.
environment_readonly.admin.inc modules/environment_readonly/environment_readonly.admin.inc Settings for Environment Read Only module
environment_readonly.context.inc modules/environment_readonly/environment_readonly.context.inc Context for environment readonly
environment_readonly.css modules/environment_readonly/environment_readonly.css Basic styles for the environment module
environment_readonly.info modules/environment_readonly/environment_readonly.info core = "7.x" dependencies[] = "environment" description = "Provides a Read Only environment state" name = "Read Only Environment" recommends[] = "context" stylesheets[all][] =…
environment_readonly.module modules/environment_readonly/environment_readonly.module Code for the Environment Readonly module.
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…

Other projects