Functions - 7.x - drupal

Primary tabs

Title Deprecated File name Summary Direct uses Strings
image_requirements modules/image/image.install Implements hook_requirements() to check the PHP GD Library.
image_resize includes/image.inc Resizes an image to the given dimensions (ignoring aspect ratio). 4
image_resize_dimensions modules/image/image.effects.inc Image dimensions callback; Resize. 1
image_resize_effect modules/image/image.effects.inc Image effect callback; Resize an image resource. 1 1
image_resize_form modules/image/image.admin.inc Form structure for the image resize form. 2 1
image_rotate includes/image.inc Rotates an image by the given number of degrees. 2 1
image_rotate_dimensions modules/image/image.effects.inc Image dimensions callback; Rotate. 1
image_rotate_effect modules/image/image.effects.inc Image effect callback; Rotate an image resource. 1 1
image_rotate_form modules/image/image.admin.inc Form structure for the image rotate form. 1
image_save includes/image.inc Closes the image and saves the changes to a file. 4
image_scale includes/image.inc Scales an image while maintaining aspect ratio. 3 6
image_scale_and_crop includes/image.inc Scales an image to the exact width and height given. 2
image_scale_and_crop_effect modules/image/image.effects.inc Image effect callback; Scale and crop an image resource. 1 1
image_scale_dimensions modules/image/image.effects.inc Image dimensions callback; Scale. 1
image_scale_effect modules/image/image.effects.inc Image effect callback; Scale an image resource. 1 1
image_scale_form modules/image/image.admin.inc Form structure for the image scale form. 1
image_schema modules/image/image.install Implements hook_schema().
image_styles modules/image/image.module Gets an array of all styles and their settings. 6 8
image_style_add_form modules/image/image.admin.inc Form builder; Form for adding a new image style. 1
image_style_add_form_name_exists modules/image/image.admin.inc Check if the proposed machine name is already taken. 1
image_style_add_form_submit modules/image/image.admin.inc Submit handler for adding a new image style.
image_style_create_derivative modules/image/image.module Creates a new image derivative based on an image style. 4
image_style_delete modules/image/image.module Deletes an image style. 1
image_style_delete_form modules/image/image.admin.inc Form builder; Form for deleting an image style. 1
image_style_delete_form_submit modules/image/image.admin.inc Submit handler to delete an image style.
image_style_deliver modules/image/image.module Page callback: Generates a derivative, given a style and image path. 1
image_style_effects modules/image/image.module Loads all the effects for an image style. 1
image_style_flush modules/image/image.module Flushes cached media for a style. 5
image_style_form modules/image/image.admin.inc Form builder; Edit an image style name and effects order. 1
image_style_form_add_submit modules/image/image.admin.inc Submit handler for adding a new image effect to an image style. 1
image_style_form_add_validate modules/image/image.admin.inc Validate handler for adding a new image effect to an image style. 1
image_style_form_override_submit modules/image/image.admin.inc Submit handler for overriding a module-defined style. 1
image_style_form_submit modules/image/image.admin.inc Submit handler for saving an image style. 1
image_style_list modules/image/image.admin.inc Menu callback; Listing of all current image styles. 1
image_style_load modules/image/image.module Loads a style by style name or ID. 12 1
image_style_name_validate modules/image/image.admin.inc Element validate function to ensure unique, URL safe style names.
image_style_options modules/image/image.module Gets an array of image styles suitable for using as select list options. 6
image_style_path modules/image/image.module Returns the URI of an image when using a style. 9
image_style_path_token modules/image/image.module Generates a token to protect an image style derivative. 2
image_style_revert_form modules/image/image.admin.inc Confirmation form to revert a database style to its default. 1
image_style_revert_form_submit modules/image/image.admin.inc Submit handler to convert an overridden style to its default.
image_style_save modules/image/image.module Saves an image style. 9
image_style_transform_dimensions modules/image/image.module Determines the dimensions of the styled image. 1
image_style_url modules/image/image.module Returns the URL for an image derivative given a style and image path. 13
image_system_file_system_settings_submit modules/image/image.module Form submission handler for system_file_system_settings(). 1
image_test_crop modules/simpletest/tests/image_test.module Image tookit's crop operation.
image_test_desaturate modules/simpletest/tests/image_test.module Image tookit's desaturate operation.
image_test_get_all_calls modules/simpletest/tests/image_test.module Get an array with the all the calls to the toolkits since image_test_reset() was called. 13
image_test_get_info modules/simpletest/tests/image_test.module Image toolkit's get_info operation.
image_test_image_toolkits modules/simpletest/tests/image_test.module Implements hook_image_toolkits().

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.