You are here

12 calls to minifyjs_load_all_files() 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.
ManageFilesForm::buildForm in src/Form/ManageFilesForm.php
Form constructor.
ManageFilesForm::submitForm in src/Form/ManageFilesForm.php
Form submission handler.
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_minify_file_operation in ./minifyjs.module
Helper function for batch, minify file operation.
minifyjs_batch_remove_minified_file_operation in ./minifyjs.module
Helper function for batch, remove minified file operation.
minifyjs_form_system_performance_settings_alter in ./minifyjs.module
Implements hook_FORM_ID_alter().
minifyjs_js_alter in ./minifyjs.module
Implements hook_js_alter().
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.