constant AUTOSAVE_PATH in Autosave 6
Same name and namespace in other branches
- 5.3 autosave.module \AUTOSAVE_PATH
 - 6.2 autosave.module \AUTOSAVE_PATH
 - 7.2 autosave.module \AUTOSAVE_PATH
 - 7 autosave.module \AUTOSAVE_PATH
 
@file Automatically saves a node after a period of time.
2 uses of AUTOSAVE_PATH
- autosave_admin_settings in ./
autosave.module  - Menu callback; return the autosave module settings form.
 - autosave_form_alter in ./
autosave.module  - Implementation of hook_form_alter().
 
File
- ./
autosave.module, line 8  - Automatically saves a node after a period of time.
 
Code
define('AUTOSAVE_PATH', drupal_get_path('module', 'autosave'));