constant READONLYMODE_FORM_ALLOWED in Read only mode 7
Indicate the form has allowed by readonlymode.
3 uses of READONLYMODE_FORM_ALLOWED
- readonlymode_check_form_validate in ./
readonlymode.module - Validate handler for checking whether the form submission is occurring.
- readonlymode_form_alter in ./
readonlymode.module - Implements hook_form_alter().
- _readonlymode_form_check in ./
readonlymode.module - Internal handler to check whether this form is to be restricted.
File
- ./
readonlymode.module, line 30 - The Read Ony Mode main module file.
Code
define('READONLYMODE_FORM_ALLOWED', 2);