image.admin.inc

Administration pages for image settings.

File

drupal/core/modules/image/image.admin.inc
View source

Functions

Namesort descending Description
image_crop_form Form structure for the image crop form.
image_effect_color_validate Element validate handler to ensure a hexadecimal color value.
image_effect_delete_form Form builder; Form for deleting an image effect.
image_effect_delete_form_submit Submit handler to delete an image effect.
image_effect_form Form builder; Form for adding and editing image effects.
image_effect_form_submit Submit handler for updating an image effect.
image_effect_scale_validate Element validate handler to ensure that either a height or a width is specified.
image_resize_form Form structure for the image resize form.
image_rotate_form Form structure for the image rotate form.
image_scale_form Form structure for the image scale form.
image_style_add_form Form builder; Form for adding a new image style.
image_style_add_form_submit Submit handler for adding a new image style.
image_style_delete_form Form builder; Form for deleting an image style.
image_style_delete_form_submit Submit handler to delete an image style.
image_style_form Form builder; Edit an image style name and effects order.
image_style_form_add_submit Submit handler for adding a new image effect to an image style.
image_style_form_add_validate Validate handler for adding a new image effect to an image style.
image_style_form_submit Submit handler for saving an image style.
image_style_list Menu callback; Listing of all current image styles.
theme_image_anchor Returns HTML for a 3x3 grid of checkboxes for image anchors.
theme_image_crop_summary Returns HTML for a summary of an image crop effect.
theme_image_resize_summary Returns HTML for a summary of an image resize effect.
theme_image_rotate_summary Returns HTML for a summary of an image rotate effect.
theme_image_scale_summary Returns HTML for a summary of an image scale effect.
theme_image_style_effects Returns HTML for a listing of the effects within a specific image style.
theme_image_style_list Returns HTML for the page containing the list of image styles.
theme_image_style_preview Returns HTML for a preview of an image style.