constant HIDE_SUBMIT_MODULE_DIRECTORY in Hide submit button 7
Same name and namespace in other branches
- 6 hide_submit.module \HIDE_SUBMIT_MODULE_DIRECTORY
2 uses of HIDE_SUBMIT_MODULE_DIRECTORY
- hide_submit.module in ./
hide_submit.module - Hide the submit button after clicked to prevent/reduce duplicate postings.
- hide_submit_admin_settings in ./
hide_submit_admin.inc - Implementation of admin_settings callback
File
- ./
hide_submit.module, line 29 - Hide the submit button after clicked to prevent/reduce duplicate postings.
Code
define('HIDE_SUBMIT_MODULE_DIRECTORY', drupal_get_path('module', 'hide_submit'));