epsacrop_ajax |
./epsacrop.module |
epsacrop_ajax function. |
|
1 |
epsacrop_ajaxinfo |
./epsacrop.module |
epsacrop_ajaxinfo function |
|
1 |
epsacrop_crop_dimensions |
./epsacrop.module |
A wrapper around image_resize_dimensions. |
|
1 |
epsacrop_crop_image |
./epsacrop.module |
Apply the effect to the image. |
|
1 |
epsacrop_crop_image_form |
./epsacrop.module |
Function that provide the effect form settings for dialog crop. |
|
1 |
epsacrop_crop_image_reuse |
./epsacrop.module |
Apply the effect to the image on reuse. |
|
1 |
epsacrop_crop_image_reuse_form |
./epsacrop.module |
Function that provide the effect form settings for reusing epsa crop. |
|
1 |
epsacrop_dialog |
./epsacrop.module |
epsacrop_dialog function. |
|
1 |
epsacrop_element_info_alter |
./epsacrop.module |
Implements hook_element_info_alter. |
|
|
epsacrop_element_process |
./epsacrop.module |
Helper function that add a link in image widget field to open a dialog for the crops. |
|
1 |
epsacrop_file_delete |
./epsacrop.module |
Implements hook_file_delete(). |
|
|
epsacrop_form_field_ui_field_edit_form_alter |
./epsacrop.module |
Implements hook_form_FORM_ID_alter(). |
|
|
epsacrop_form_file_entity_edit_alter |
./epsacrop.module |
Implements hook_form_file_entity_edit_alter().
Add epsacrop to file_entity edit form. |
1 |
|
epsacrop_form_media_edit_alter |
./epsacrop.module |
Implements hook_form_media_edit_alter().
Add epsacrop to media edit form. |
|
|
epsacrop_image_default_styles |
./epsacrop.module |
Implements hook_image_default_styles(). |
|
|
epsacrop_image_effect_info |
./epsacrop.module |
Implements hook_image_effect_info. |
|
|
epsacrop_install |
./epsacrop.install |
Implementation of hook_install. |
|
|
epsacrop_menu |
./epsacrop.module |
Implements hook_menu. |
|
|
epsacrop_permission |
./epsacrop.module |
Implements hook_permission. |
|
|
epsacrop_requirements |
./epsacrop.install |
Implementation of hook_requirements. |
|
|
epsacrop_schema |
./epsacrop.install |
Implementation of hook_schema |
|
|
epsacrop_uninstall |
./epsacrop.install |
Implementation of hook_uninstall. |
|
|
epsacrop_update_7201 |
./epsacrop.install |
Converts all the epsacrop coordinates to a new machine_name format.
Issue related: http://drupal.org/node/1396500 |
|
|
epsacrop_update_7202 |
./epsacrop.install |
Clean the database with all the NULL entries
Issue related https://www.drupal.org/node/1823940 |
|
|
hook_epsacrop_crop_image_postsave |
./epsacrop.api.php |
This hook is invoked from epsacrop_crop_image() when the image was updated. |
|
|
hook_epsacrop_crop_image_presave |
./epsacrop.api.php |
This hook is invoked from epsacrop_crop_image() before the image will be updated. |
|
|
_epsacrop_access |
./epsacrop.module |
Callback for hook_menu. |
3 |
1 |
_epsacrop_add_file |
./epsacrop.module |
Insert coordonates for one file in the database. |
1 |
|
_epsacrop_ajax_access |
./epsacrop.module |
Callback for Crop Dialog Ajax. |
|
1 |
_epsacrop_aspect_ratio_validate |
./epsacrop.module |
Validate a aspect ration information. |
|
1 |
_epsacrop_delete_file |
./epsacrop.module |
Delete the coordonates in the database. |
1 |
|
_epsacrop_fid_exists |
./epsacrop.module |
Check if we've coordonates for one file. |
2 |
|
_epsacrop_get_coords_from_fid |
./epsacrop.module |
Get all coordonates for one file. |
3 |
|
_epsacrop_get_effect |
./epsacrop.module |
Return the effect issue from the module. |
2 |
|
_epsacrop_get_fid_from_uri |
./epsacrop.module |
Try to find the fid from a uri. |
1 |
|
_epsacrop_get_style_name_from_url |
./epsacrop.module |
Helper function that get the style name from image url. |
1 |
|
_epsacrop_get_uri_from_fid |
./epsacrop.module |
Try to get the uri from a fid. |
1 |
|
_epsacrop_height_validate |
./epsacrop.module |
Validate height information. |
|
1 |
_epsacrop_include_header_html |
./epsacrop.module |
This function include all files (JavaScript & CSS) needed by the module. |
2 |
|
_epsacrop_is_json2_exists |
./epsacrop.module |
Check if json2.js is findable. |
1 |
|
_epsacrop_jcrop_get_version |
./epsacrop.module |
Return the version of jcrop library. |
1 |
|
_epsacrop_load_style |
./epsacrop.module |
This function load only on style that implement epsacrop effect. |
3 |
|
_epsacrop_load_styles |
./epsacrop.module |
Helper function that get all styles with epsacrop effect. |
5 |
|
_epsacrop_load_styles_by_instance |
./epsacrop.module |
Get all style that are attach to one instance of field. |
2 |
|
_epsacrop_save_coords |
./epsacrop.module |
Save the coordonates in the database. |
1 |
|
_epsacrop_width_validate |
./epsacrop.module |
Validate width information. |
|
1 |