drush_minifyjs_minify_js |
./minifyjs.drush.inc |
Drush command logic.
drush_[COMMAND_NAME](). |
|
|
drush_minifyjs_minify_js_skip |
./minifyjs.drush.inc |
Drush command logic.
drush_[COMMAND_NAME](). |
|
|
drush_minifyjs_scan_js |
./minifyjs.drush.inc |
Drush command logic.
drush_[COMMAND_NAME](). |
|
|
minifyjs_batch_finished |
./minifyjs.module |
Helper function for batch, batch finished. |
|
1 |
minifyjs_batch_minify_file_operation |
./minifyjs.module |
Helper function for batch, minify file operation. |
|
1 |
minifyjs_batch_remove_minified_file_operation |
./minifyjs.module |
Helper function for batch, remove minified file operation. |
|
1 |
minifyjs_drush_command |
./minifyjs.drush.inc |
Implements hook_drush_command(). |
|
|
minifyjs_form_system_performance_settings_alter |
./minifyjs.module |
Implements hook_FORM_ID_alter(). |
|
|
minifyjs_js_alter |
./minifyjs.module |
Implements hook_js_alter(). |
|
|
minifyjs_load_all_files |
./minifyjs.module |
Helper function - load all of the minifyjs_file records from cache or
directly from the database. |
12 |
|
minifyjs_minify_file |
./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. |
6 |
|
minifyjs_remove_minified_file |
./minifyjs.module |
Helper function removes the file, the entry in the file_managed table and
sets the file status as unminified. |
2 |
|
minifyjs_schema |
./minifyjs.install |
Implements hook_schema(). |
|
|
minifyjs_system_performance_settings_submit |
./minifyjs.module |
Helper function to handle submit hook in form alter. |
|
1 |
minifyjs_update_scripts |
./minifyjs.module |
Helper function to change array key, without changing its order. |
1 |
|