You are here

constant INSTANCE_SETTINGS_FILE_EXTENSION in Instance settings 7

@file include.settings.inc

This settings file should be included from settings.php file. Put all include files related logic here.

Everything in this file is executed on DRUPAL_BOOTSTRAP_CONFIGURATION bootstrap phase, so don't put here nothing not available on this phase.

1 use of INSTANCE_SETTINGS_FILE_EXTENSION
instance_settings_include_get_includes in includes/include.settings.inc

File

includes/include.settings.inc, line 13
include.settings.inc

Code

define('INSTANCE_SETTINGS_FILE_EXTENSION', '.settings.inc');