constant KEY_STATUS_VALID in Key 7
@file Provides the ability to manage keys, which can be used by other modules.
2 uses of KEY_STATUS_VALID
- key_provider_file_status in plugins/
key_provider/ file.inc - key_provider_variable_status in plugins/
key_provider/ variable.inc
File
- ./
key.module, line 8 - Provides the ability to manage keys, which can be used by other modules.
Code
define('KEY_STATUS_VALID', 1);