image_schema |
drupal/modules/image/image.install |
Implements hook_schema(). |
|
|
image_styles |
drupal/modules/image/image.module |
Gets an array of all styles and their settings. |
6 |
8 |
image_style_add_form |
drupal/modules/image/image.admin.inc |
Form builder; Form for adding a new image style. |
|
1 |
image_style_add_form_submit |
drupal/modules/image/image.admin.inc |
Submit handler for adding a new image style. |
|
|
image_style_create_derivative |
drupal/modules/image/image.module |
Creates a new image derivative based on an image style. |
4 |
|
image_style_delete |
drupal/modules/image/image.module |
Deletes an image style. |
1 |
|
image_style_delete_form |
drupal/modules/image/image.admin.inc |
Form builder; Form for deleting an image style. |
|
1 |
image_style_delete_form_submit |
drupal/modules/image/image.admin.inc |
Submit handler to delete an image style. |
|
|
image_style_deliver |
drupal/modules/image/image.module |
Page callback: Generates a derivative, given a style and image path. |
|
1 |
image_style_effects |
drupal/modules/image/image.module |
Loads all the effects for an image style. |
1 |
|
image_style_flush |
drupal/modules/image/image.module |
Flushes cached media for a style. |
5 |
|
image_style_form |
drupal/modules/image/image.admin.inc |
Form builder; Edit an image style name and effects order. |
|
1 |
image_style_form_add_submit |
drupal/modules/image/image.admin.inc |
Submit handler for adding a new image effect to an image style. |
|
1 |
image_style_form_add_validate |
drupal/modules/image/image.admin.inc |
Validate handler for adding a new image effect to an image style. |
|
1 |
image_style_form_override_submit |
drupal/modules/image/image.admin.inc |
Submit handler for overriding a module-defined style. |
|
1 |
image_style_form_submit |
drupal/modules/image/image.admin.inc |
Submit handler for saving an image style. |
|
1 |
image_style_list |
drupal/modules/image/image.admin.inc |
Menu callback; Listing of all current image styles. |
|
1 |
image_style_load |
drupal/modules/image/image.module |
Loads a style by style name or ID. |
11 |
2 |
image_style_name_validate |
drupal/modules/image/image.admin.inc |
Element validate function to ensure unique, URL safe style names. |
|
|
image_style_options |
drupal/modules/image/image.module |
Gets an array of image styles suitable for using as select list options. |
6 |
|
image_style_path |
drupal/modules/image/image.module |
Returns the URI of an image when using a style. |
8 |
|
image_style_path_token |
drupal/modules/image/image.module |
Generates a token to protect an image style derivative. |
2 |
|
image_style_revert_form |
drupal/modules/image/image.admin.inc |
Confirmation form to revert a database style to its default. |
|
1 |
image_style_revert_form_submit |
drupal/modules/image/image.admin.inc |
Submit handler to convert an overridden style to its default. |
|
|
image_style_save |
drupal/modules/image/image.module |
Saves an image style. |
8 |
|
image_style_transform_dimensions |
drupal/modules/image/image.module |
Determines the dimensions of the styled image. |
1 |
|
image_style_url |
drupal/modules/image/image.module |
Returns the URL for an image derivative given a style and image path. |
12 |
|
image_system_file_system_settings_submit |
drupal/modules/image/image.module |
Form submission handler for system_file_system_settings(). |
|
1 |
image_test_crop |
drupal/modules/simpletest/tests/image_test.module |
Image tookit's crop operation. |
|
|
image_test_desaturate |
drupal/modules/simpletest/tests/image_test.module |
Image tookit's desaturate operation. |
|
|
image_test_get_all_calls |
drupal/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 |
drupal/modules/simpletest/tests/image_test.module |
Image toolkit's get_info operation. |
|
|
image_test_image_toolkits |
drupal/modules/simpletest/tests/image_test.module |
Implements hook_image_toolkits(). |
|
|
image_test_load |
drupal/modules/simpletest/tests/image_test.module |
Image tookit's load operation. |
|
|
image_test_reset |
drupal/modules/simpletest/tests/image_test.module |
Reset/initialize the history of calls to the toolkit functions. |
1 |
|
image_test_resize |
drupal/modules/simpletest/tests/image_test.module |
Image tookit's resize operation. |
|
|
image_test_rotate |
drupal/modules/simpletest/tests/image_test.module |
Image tookit's rotate operation. |
|
|
image_test_save |
drupal/modules/simpletest/tests/image_test.module |
Image tookit's save operation. |
|
|
image_test_settings |
drupal/modules/simpletest/tests/image_test.module |
Image tookit's settings operation. |
|
|
image_theme |
drupal/modules/image/image.module |
Implements hook_theme(). |
|
|
image_toolkit_invoke |
drupal/includes/image.inc |
Invokes the given method using the currently selected toolkit. |
7 |
|
image_uninstall |
drupal/modules/image/image.install |
Implements hook_uninstall(). |
|
|
image_update_7000 |
drupal/modules/image/image.install |
Install the schema for users upgrading from the contributed module. |
|
|
image_update_7001 |
drupal/modules/image/image.install |
Rename possibly misnamed {image_effect} table to {image_effects}. |
|
|
image_update_7002 |
drupal/modules/image/image.install |
Add width and height columns to image field schema and populate. |
|
|
image_update_7003 |
drupal/modules/image/image.install |
Remove the variables that set alt and title length since they were not
used for database column size and could cause PDO exceptions. |
|
|
image_update_7004 |
drupal/modules/image/image.install |
Use a large setting (512 and 1024 characters) for the length of the image alt
and title fields. |
|
|
image_update_7005 |
drupal/modules/image/image.install |
Add a column to the 'image_style' table to store administrative labels. |
|
|
image_update_dependencies |
drupal/modules/image/image.install |
Implements hook_update_dependencies(). |
|
|
install_already_done_error |
drupal/includes/install.core.inc |
Indicates that Drupal has already been installed. |
2 |
|