You are here

constant MINIFYJS_CACHE_CID in Minify JS 7

Same name and namespace in other branches
  1. 8.2 minifyjs.module \MINIFYJS_CACHE_CID
  2. 8 minifyjs.module \MINIFYJS_CACHE_CID
7 uses of MINIFYJS_CACHE_CID
drush_minifyjs_minify_js in ./minifyjs.drush.inc
Drush command logic. drush_[COMMAND_NAME]().
drush_minifyjs_minify_js_skip in ./minifyjs.drush.inc
Drush command logic. drush_[COMMAND_NAME]().
minifyjs_batch_finished in ./minifyjs.admin.inc
Helper function for batch, batch finished.
minifyjs_load_all_files in ./minifyjs.module
Helper function - load all of the minifyjs_file records from cache or directly from the database.
minifyjs_minify_file in ./minifyjs.admin.inc
Helper function that sends the JS off to be minified, handles the response, stores the file in the filesystem and stores the file info in the managed file tables.

... See full list

File

./minifyjs.module, line 3

Code

define('MINIFYJS_CACHE_CID', 'minifyjs:all_files');