constant JQUERY_UPDATE_REPLACE_PATH in jQuery Update 6
The path to the jQuery files that need to be replaced.
2 uses of JQUERY_UPDATE_REPLACE_PATH
- jquery_update_jquery_path in ./
jquery_update.module - Return the path to the jQuery file.
- jquery_update_preprocess_page in ./
jquery_update.module - Implementation of moduleName_preprocess_hook().
File
- ./
jquery_update.module, line 11 - Updates Drupal to use the latest version of jQuery.
Code
define('JQUERY_UPDATE_REPLACE_PATH', drupal_get_path('module', 'jquery_update') . '/replace');