10 uses of MINIFYJS_CACHE_CID in Minify JS 8
- 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]().
- FileManager::scan in src/
Controller/ FileManager.php - Scans the system for javascript.
- MinifyJsCommands::minifyJs in src/
Commands/ MinifyJsCommands.php - All js files minification.
- MinifyJsCommands::minifyJsSkip in src/
Commands/ MinifyJsCommands.php - Minify all JS files that are not currently minified.
- minifyjs_batch_finished in ./
minifyjs.module - 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.module - 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.
- minifyjs_remove_minified_file in ./
minifyjs.module - Helper function removes the file, the entry in the file_managed table and sets the file status as unminified.
- SettingsForm::submitForm in src/
Form/ SettingsForm.php - Form submission handler.