Search for all
Title | Object type | File name | Summary |
---|---|---|---|
IMAGE_STORAGE_MODULE | constant | modules/ |
Image style constant to represent any module-based preset. |
IMAGE_STORAGE_NORMAL | constant | modules/ |
Image style constant for user presets in the database. |
IMAGE_STORAGE_OVERRIDE | constant | modules/ |
Image style constant for user presets that override module-defined presets. |
image_styles | function | modules/ |
Gets an array of all styles and their settings. |
image_style_add_form | function | modules/ |
Form builder; Form for adding a new image style. |
image_style_add_form_name_exists | function | modules/ |
Check if the proposed machine name is already taken. |
image_style_add_form_submit | function | modules/ |
Submit handler for adding a new image style. |
image_style_create_derivative | function | modules/ |
Creates a new image derivative based on an image style. |
image_style_delete | function | modules/ |
Deletes an image style. |
image_style_delete_form | function | modules/ |
Form builder; Form for deleting an image style. |
image_style_delete_form_submit | function | modules/ |
Submit handler to delete an image style. |
image_style_deliver | function | modules/ |
Page callback: Generates a derivative, given a style and image path. |
image_style_effects | function | modules/ |
Loads all the effects for an image style. |
image_style_flush | function | modules/ |
Flushes cached media for a style. |
image_style_form | function | modules/ |
Form builder; Edit an image style name and effects order. |
image_style_form_add_submit | function | modules/ |
Submit handler for adding a new image effect to an image style. |
image_style_form_add_validate | function | modules/ |
Validate handler for adding a new image effect to an image style. |
image_style_form_override_submit | function | modules/ |
Submit handler for overriding a module-defined style. |
image_style_form_submit | function | modules/ |
Submit handler for saving an image style. |
image_style_list | function | modules/ |
Menu callback; Listing of all current image styles. |
image_style_load | function | modules/ |
Loads a style by style name or ID. |
image_style_name_validate | function | modules/ |
Element validate function to ensure unique, URL safe style names. |
image_style_options | function | modules/ |
Gets an array of image styles suitable for using as select list options. |
image_style_path | function | modules/ |
Returns the URI of an image when using a style. |
image_style_path_token | function | modules/ |
Generates a token to protect an image style derivative. |
image_style_revert_form | function | modules/ |
Confirmation form to revert a database style to its default. |
image_style_revert_form_submit | function | modules/ |
Submit handler to convert an overridden style to its default. |
image_style_save | function | modules/ |
Saves an image style. |
image_style_transform_dimensions | function | modules/ |
Determines the dimensions of the styled image. |
image_style_url | function | modules/ |
Returns the URL for an image derivative given a style and image path. |
image_system_file_system_settings_submit | function | modules/ |
Form submission handler for system_file_system_settings(). |
image_test.info | file | modules/ |
name = "Image test" description = "Support module for image toolkit tests." package = Testing version = VERSION core = 7.x hidden = TRUE |
image_test.module | file | modules/ |
Helper module for the image tests. |
image_test_crop | function | modules/ |
Image tookit's crop operation. |
image_test_desaturate | function | modules/ |
Image tookit's desaturate operation. |
image_test_get_all_calls | function | modules/ |
Get an array with the all the calls to the toolkits since image_test_reset() was called. |
image_test_get_info | function | modules/ |
Image toolkit's get_info operation. |
image_test_image_toolkits | function | modules/ |
Implements hook_image_toolkits(). |
image_test_load | function | modules/ |
Image tookit's load operation. |
image_test_reset | function | modules/ |
Reset/initialize the history of calls to the toolkit functions. |
image_test_resize | function | modules/ |
Image tookit's resize operation. |
image_test_rotate | function | modules/ |
Image tookit's rotate operation. |
image_test_save | function | modules/ |
Image tookit's save operation. |
image_test_settings | function | modules/ |
Image tookit's settings operation. |
image_theme | function | modules/ |
Implements hook_theme(). |
image_toolkit_invoke | function | includes/ |
Invokes the given method using the currently selected toolkit. |
image_uninstall | function | modules/ |
Implements hook_uninstall(). |
image_update_7000 | function | modules/ |
Install the schema for users upgrading from the contributed module. |
image_update_7001 | function | modules/ |
Rename possibly misnamed {image_effect} table to {image_effects}. |
image_update_7002 | function | modules/ |
Add width and height columns to image field schema and populate. |
Pagination
- Previous page
- Page 110
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.