You are here

constant FLAG_ADMIN_PATH in Flag 6.2

Same name and namespace in other branches
  1. 7.3 flag.module \FLAG_ADMIN_PATH
  2. 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');