readonlymode_check_form_validate |
./readonlymode.module |
Our validate handler for checking whether the form submission is occurring while read-only mode is enabled. |
|
1 |
readonlymode_form_alter |
./readonlymode.module |
Implementation of hook_form_alter().
Permit posting of content |
|
|
readonlymode_form_system_site_maintenance_settings_alter |
./readonlymode.module |
Implementation of hook_form_FORM_ID_alter().
Alter the Site Maintenance form |
|
|
readonlymode_form_validate_url |
./readonlymode.module |
Implementation of hook_form_validate(). |
|
1 |
readonlymode_perm |
./readonlymode.module |
Implementation of hook_perm().
Create permission to allow access to forms while in read only mode |
|
|
readonlymode_uninstall |
./readonlymode.install |
@file
Update hook and uninstaller for the Read Only Mode module |
|
|
readonlymode_update_6000 |
./readonlymode.install |
Delete old variables |
|
|
_readonlymode_default_forms_allowed |
./readonlymode.module |
Our base forms allowed during read-only mode. |
2 |
|
_readonlymode_default_forms_viewonly |
./readonlymode.module |
Our base forms allowed for view during read-only mode. |
2 |
|
_readonlymode_form_check |
./readonlymode.module |
Internal handler to check whether this form is to be restricted.
Returns TRUE if the form is allowed, FALSE otherwise. |
2 |
|
_readonlymode_form_list_check |
./readonlymode.module |
Check for form_id is a given list.
$list is a string of form ids separated by newlines.
Returns TRUE is matched, FALSE otherwise. |
1 |
|
_readonlymode_notice |
./readonlymode.module |
Return the custom readonlymode warning when a page with a blocked form is viewed. |
2 |
|
_readonlymode_notice_form_not_saved |
./readonlymode.module |
Return the custom readonlymode error when a user attempts to submit a blocked form. |
2 |
|