Search for d
Title | Object type | File name | Summary |
---|---|---|---|
image_image_default_styles | function | modules/ |
Implements hook_image_default_styles(). |
image_image_style_delete | function | modules/ |
Implements hook_image_style_delete(). |
image_load | function | includes/ |
Loads an image file and returns an image object. |
image_module_styles_test.info | file | modules/ |
name = Image Styles test description = Provides additional hook implementations for testing Image Styles functionality. package = Core version = VERSION core = 7.x files[] = image_module_styles_test.module dependencies[] = image_module_test hidden = TRUE |
image_module_styles_test.module | file | modules/ |
Provides additional Image module hook implementations for testing purposes. |
image_module_styles_test_image_default_styles | function | modules/ |
Implements hook_image_default_styles(). |
image_module_test.info | file | modules/ |
name = Image test description = Provides hook implementations for testing Image module functionality. package = Core version = VERSION core = 7.x files[] = image_module_test.module hidden = TRUE |
image_module_test.module | file | modules/ |
Provides Image module hook implementations for testing purposes. |
image_module_test_file_download | function | modules/ |
@file Provides Image module hook implementations for testing purposes. |
image_module_test_image_effect_info | function | modules/ |
Implements hook_image_effect_info(). |
image_module_test_image_effect_info_alter | function | modules/ |
Implements hook_image_effect_info_alter(). |
image_module_test_null_effect | function | modules/ |
Image effect callback; Null. |
image_resize_dimensions | function | modules/ |
Image dimensions callback; Resize. |
image_rotate_dimensions | function | modules/ |
Image dimensions callback; Rotate. |
image_scale_and_crop | function | includes/ |
Scales an image to the exact width and height given. |
image_scale_and_crop_effect | function | modules/ |
Image effect callback; Scale and crop an image resource. |
image_scale_dimensions | function | modules/ |
Image dimensions callback; Scale. |
IMAGE_STORAGE_DEFAULT | constant | modules/ |
Image style constant for module-defined presets in code. |
IMAGE_STORAGE_EDITABLE | constant | modules/ |
Image style constant to represent an editable preset. |
IMAGE_STORAGE_MODULE | constant | modules/ |
Image style constant to represent any module-based preset. |
IMAGE_STORAGE_OVERRIDE | constant | modules/ |
Image style constant for user presets that override module-defined presets. |
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_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_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_transform_dimensions | function | modules/ |
Determines the dimensions of the styled image. |
image_test.module | file | modules/ |
Helper module for the image tests. |
image_test_desaturate | function | modules/ |
Image tookit's desaturate operation. |
image_test_load | function | modules/ |
Image tookit's load operation. |
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. |
image_update_7003 | function | modules/ |
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 | function | modules/ |
Use a large setting (512 and 1024 characters) for the length of the image alt and title fields. |
image_update_7005 | function | modules/ |
Add a column to the 'image_style' table to store administrative labels. |
image_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
ImportOPMLTestCase::validateImportFormFields | function | modules/ |
Submits form filled with invalid fields. |
index.php | file | ./ |
The PHP page that serves all page requests on a Drupal installation. |
InfoFileParserTestCase::testDrupalParseInfoFormat | function | modules/ |
Test drupal_parse_info_format(). |
Input validation | group | includes/ |
Functions to validate user input. |
InsertQuery::$defaultFields | property | includes/ |
An array of fields that should be set to their database-defined defaults. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.