image_scale |
drupal/core/includes/image.inc |
Scales an image while maintaining aspect ratio. |
3 |
6 |
image_scale_and_crop |
drupal/core/includes/image.inc |
Scales an image to the exact width and height given. |
2 |
1 |
image_scale_and_crop_effect |
drupal/core/modules/image/image.effects.inc |
Image effect callback; Scale and crop an image resource. |
1 |
1 |
image_scale_dimensions |
drupal/core/modules/image/image.effects.inc |
Image dimensions callback; Scale. |
|
1 |
image_scale_effect |
drupal/core/modules/image/image.effects.inc |
Image effect callback; Scale an image resource. |
1 |
1 |
image_scale_form |
drupal/core/modules/image/image.admin.inc |
Form structure for the image scale form. |
|
1 |
image_style_add_form |
drupal/core/modules/image/image.admin.inc |
Form builder; Form for adding a new image style. |
|
1 |
image_style_add_form_submit |
drupal/core/modules/image/image.admin.inc |
Submit handler for adding a new image style. |
|
|
image_style_create_derivative |
drupal/core/modules/image/image.module |
Creates a new image derivative based on an image style. |
3 |
|
image_style_delete |
drupal/core/modules/image/image.module |
Delete an image style. |
3 |
|
image_style_delete_form |
drupal/core/modules/image/image.admin.inc |
Form builder; Form for deleting an image style. |
|
1 |
image_style_delete_form_submit |
drupal/core/modules/image/image.admin.inc |
Submit handler to delete an image style. |
|
|
image_style_deliver |
drupal/core/modules/image/image.module |
Menu callback; Given a style and image path, generate a derivative. |
|
1 |
image_style_flush |
drupal/core/modules/image/image.module |
Flush cached media for a style. |
4 |
|
image_style_form |
drupal/core/modules/image/image.admin.inc |
Form builder; Edit an image style name and effects order. |
|
1 |
image_style_form_add_submit |
drupal/core/modules/image/image.admin.inc |
Submit handler for adding a new image effect to an image style. |
|
1 |
image_style_form_add_validate |
drupal/core/modules/image/image.admin.inc |
Validate handler for adding a new image effect to an image style. |
|
1 |
image_style_form_submit |
drupal/core/modules/image/image.admin.inc |
Submit handler for saving an image style. |
|
1 |
image_style_list |
drupal/core/modules/image/image.admin.inc |
Menu callback; Listing of all current image styles. |
|
1 |
image_style_load |
drupal/core/modules/image/image.module |
Loads an ImageStyle object. |
1 |
2 |
image_style_options |
drupal/core/modules/image/image.module |
Get an array of image styles suitable for using as select list options. |
9 |
|
image_style_path |
drupal/core/modules/image/image.module |
Return the URI of an image when using a style. |
6 |
|
image_style_transform_dimensions |
drupal/core/modules/image/image.module |
Determines the dimensions of the styled image. |
2 |
|
image_style_uri |
drupal/core/modules/image/image.module |
URI callbacks for image styles. |
|
|
image_style_url |
drupal/core/modules/image/image.module |
Return the URL for an image derivative given a style and image path. |
11 |
|
image_system_file_system_settings_submit |
drupal/core/modules/image/image.module |
Submit handler for the file system settings form. |
|
1 |
image_test_crop |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's crop operation. |
|
|
image_test_desaturate |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's desaturate operation. |
|
|
image_test_get_all_calls |
drupal/core/modules/system/tests/modules/image_test/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 |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image toolkit's get_info operation. |
|
|
image_test_image_toolkits |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Implements hook_image_toolkits(). |
|
|
image_test_load |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's load operation. |
|
|
image_test_reset |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Reset/initialize the history of calls to the toolkit functions. |
1 |
|
image_test_resize |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's resize operation. |
|
|
image_test_rotate |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's rotate operation. |
|
|
image_test_save |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's save operation. |
|
|
image_test_settings |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's settings operation. |
|
|
image_theme |
drupal/core/modules/image/image.module |
Implements hook_theme(). |
|
|
image_toolkit_invoke |
drupal/core/includes/image.inc |
Invokes the given method using the currently selected toolkit. |
7 |
|
image_uninstall |
drupal/core/modules/image/image.install |
Implements hook_uninstall(). |
|
|
image_update_8000 |
drupal/core/modules/image/image.install |
Convert existing image styles to the new config system. |
|
|
image_update_8001 |
drupal/core/modules/image/image.install |
Remove the {image_styles} and {image_effects} tables. |
|
|
image_update_8002 |
drupal/core/modules/image/image.install |
Moves image module settings from variable to config. |
|
|
install_already_done_error |
drupal/core/includes/install.core.inc |
Indicates that Drupal has already been installed. |
2 |
|
install_base_system |
drupal/core/includes/install.core.inc |
Installation task; install the base functionality Drupal needs to bootstrap. |
|
|
install_begin_request |
drupal/core/includes/install.core.inc |
Begins an installation request, modifying the installation state as needed. |
1 |
|
install_bootstrap_full |
drupal/core/includes/install.core.inc |
Performs a full bootstrap of Drupal during installation. |
|
|
install_check_requirements |
drupal/core/includes/install.core.inc |
Checks installation requirements and reports any errors. |
1 |
|
install_configure_form |
drupal/core/includes/install.core.inc |
Form constructor for a form to configure the new site. |
|
|
install_configure_form_submit |
drupal/core/includes/install.core.inc |
Form submission handler for install_configure_form(). |
|
|