You are here

function imagecrop_form_media_edit_alter in Image javascript crop 7

Implements hook_form_media_edit_alter(). Add imagecrop to media edit form.

File

./imagecrop.module, line 180
Provides a javascript toolbox through an imagecache action.

Code

function imagecrop_form_media_edit_alter(&$form, $form_state) {
  imagecrop_form_file_entity_edit_alter($form, $form_state);
}