constant FLAG_ADMIN_PATH in Flag 6.2
Same name and namespace in other branches
- 7.3 flag.module \FLAG_ADMIN_PATH
- 7.2 flag.module \FLAG_ADMIN_PATH
3 uses of FLAG_ADMIN_PATH
- FlagTestCase::testFlagAdmin in tests/
flag.test - Create a flag through the UI and ensure that it is saved properly.
- flag_flag::admin_path in ./
flag.inc - Returns administrative menu path for carrying out some action.
- flag_help in ./
flag.module - Implements hook_help().
File
- ./
flag.module, line 10 - The Flag module.
Code
define('FLAG_ADMIN_PATH', 'admin/build/flags');