You are here

constant AUTOSAVE_PATH in Autosave 5.3

Same name and namespace in other branches
  1. 6.2 autosave.module \AUTOSAVE_PATH
  2. 6 autosave.module \AUTOSAVE_PATH
  3. 7.2 autosave.module \AUTOSAVE_PATH
  4. 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'));