You are here

constant KEY_MENU_PATH in Key 7.3

Same name and namespace in other branches
  1. 7 modules/key_ui/key_ui.module \KEY_MENU_PATH
  2. 7.2 key.module \KEY_MENU_PATH

@file Main Key functionality and hook implementations.

10 uses of KEY_MENU_PATH
KeyBasicAdminTest::testConfigKeyProvider in ./key.test
Test the Configuration key provider.
KeyBasicAdminTest::testFileKeyProvider in ./key.test
Test the File key provider.
key_configs_list in includes/key.admin.inc
Menu callback; displays the list of key configurations.
key_config_delete_confirm in includes/key.admin.inc
Menu callback to delete a key configuration.
key_config_delete_confirm_submit in includes/key.admin.inc
Submit handler for key_config_delete_confirm().

... See full list

File

./key.module, line 8
Main Key functionality and hook implementations.

Code

define('KEY_MENU_PATH', 'admin/config/system/keys');