You are here

function _hide_submit_debug_on in Hide submit button 5

Same name and namespace in other branches
  1. 6 hide_submit.module \_hide_submit_debug_on()
  2. 7 hide_submit.module \_hide_submit_debug_on()

Debug mode check

2 calls to _hide_submit_debug_on()
hide_submit_form_alter in ./hide_submit.module
Implementation of hook_form_alter
_hide_submit_get_javascript in ./hide_submit.module
Get javascript code for injection

File

./hide_submit.module, line 319

Code

function _hide_submit_debug_on() {
  return variable_get('hide_submit_debug', FALSE) && user_access('administer site configuration');
}