drush_max_image_size_process |
./max_image_size.drush.inc |
Drush command implementation for dealing with image resizing. |
|
|
drush_max_image_size_queue |
./max_image_size.drush.inc |
Drush command implementation for dealing with image resizing. |
|
|
hook_max_image_size_post_resize |
./max_image_size.api.php |
Allow modules to react to an image being resized. |
|
|
max_image_size_cron |
./max_image_size.module |
Implements hook_cron(). |
|
|
max_image_size_cron_queue_info |
./max_image_size.module |
Implements hook_cron_queue_info(). |
|
|
max_image_size_discover_images |
./max_image_size.module |
Add new image fids to the process table. |
1 |
|
max_image_size_drush_command |
./max_image_size.drush.inc |
Implements hook_drush_command(). |
|
|
max_image_size_file_delete |
./max_image_size.module |
Implements hook_file_delete(). |
|
|
max_image_size_file_presave |
./max_image_size.module |
Implements hook_file_presave(). |
|
|
max_image_size_get_max_dimensions |
./max_image_size.module |
Get the maximum image dimensions allowed. |
3 |
|
max_image_size_get_unknown_fids |
./max_image_size.module |
Get the fids that are not in the process table yet. |
1 |
|
max_image_size_get_unprocessed_images |
./max_image_size.module |
Get all images that have not been processed yet. |
2 |
|
max_image_size_help |
./max_image_size.module |
Implements hook_help(). |
|
|
max_image_size_menu |
./max_image_size.module |
Implements hook_menu(). |
|
|
max_image_size_permission |
./max_image_size.module |
Implements hook_permission(). |
|
|
max_image_size_queue_unprocessed_images |
./max_image_size.module |
Queue up the unprocessed images so they can be processed by cron. |
2 |
|
max_image_size_resize_callback |
./max_image_size.module |
Cron queue callback to resize an image file. |
1 |
1 |
max_image_size_resize_file |
./max_image_size.module |
Resize the given image file to be smaller than the configured dimensions. |
2 |
|
max_image_size_schema |
./max_image_size.install |
Implements hook_schema(). |
|
|
max_image_size_settings_form |
./max_image_size.admin.inc |
Implements hook_form(). |
|
1 |
max_image_size_settings_form_submit |
./max_image_size.admin.inc |
Form submission handler. |
|
1 |
max_image_size_uninstall |
./max_image_size.install |
Implements hook_uninstall(). |
|
|