You are here

constant STRONGARM_MODE_WEAK in Strongarm 6

3 uses of STRONGARM_MODE_WEAK
strongarm_admin_page in ./strongarm.admin.inc
Main admin page menu callback.
strongarm_init in ./strongarm.module
Implementation of hook_init().
strongarm_set_conf in ./strongarm.module
Sets the global configuration. When in Weakarm mode, will log any values that have been overridden and leave their conf values alone.

File

./strongarm.module, line 7

Code

define('STRONGARM_MODE_WEAK', 1);