Search for image
- Search 9.5.x for image
- Search 8.9.x for image
- Search 10.3.x for image
- Search 11.x for image
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| $image | global | external_documentation/ |
Current image tag used by aggregator parsing. |
| FieldSchemaAlterTestCase::testImageFieldSchemaAlter | function | modules/ |
Tests a hook_field_schema_alter() implementation. |
| FileFieldAnonymousSubmission::getTestImage | function | modules/ |
Generates a test image. |
| FileSaveUploadTest::$image | property | modules/ |
An image file path for uploading. |
| FileSaveUploadTest::$image_extension | property | modules/ |
An image extension. |
| FileValidatorTest::$image | property | modules/ |
|
| FileValidatorTest::$non_image | property | modules/ |
|
| FileValidatorTest::testFileValidateImageResolution | function | modules/ |
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large. |
| FileValidatorTest::testFileValidateIsImage | function | modules/ |
This ensures a specific file is actually an image. |
| file_validate_image_resolution | function | includes/ |
Verifies that image dimensions are within the specified maximum and minimum. |
| file_validate_is_image | function | includes/ |
Checks that the file is recognized by image_get_info() as an image. |
| FormStateValuesCleanAdvancedTestCase::$image | property | modules/ |
An image file path for uploading. |
| form_type_image_button_value | function | includes/ |
Determines the value for an image button form element. |
| hook_image_default_styles | function | modules/ |
Provide module-based image styles for reuse throughout Drupal. |
| hook_image_effect_info | function | modules/ |
Define information about image effects provided by a module. |
| hook_image_effect_info_alter | function | modules/ |
Alter the information provided in hook_image_effect_info(). |
| hook_image_styles_alter | function | modules/ |
Modify any image styles provided by other modules or the user. |
| hook_image_style_delete | function | modules/ |
Respond to image style deletion. |
| hook_image_style_flush | function | modules/ |
Respond to image style flushing. |
| hook_image_style_save | function | modules/ |
Respond to image style updating. |
| hook_image_toolkits | function | modules/ |
Define image toolkits provided by this module. |
| Image toolkits | group | includes/ |
Functions for image file manipulations. |
| image-rtl.css | file | modules/ |
/** * Image upload widget. */ div.image-preview { float: right; padding: 0 0 10px 10px; } div.image-widget-data { float: right; } |
| image.admin.css | file | modules/ |
/** * Image style configuration pages. */ div.image-style-new, div.image-style-new div { display: inline; } div.image-style-preview div.preview-image-wrapper { float: left; padding-bottom: 2em; text-align: center; top: 50%; width:… |
| image.admin.inc | file | modules/ |
Administration pages for image settings. |
| image.api.php | file | modules/ |
Hooks related to image styles and effects. |
| image.css | file | modules/ |
/** * Image upload widget. */ div.image-preview { float: left; /* LTR */ padding: 0 10px 10px 0; /* LTR */ } div.image-widget-data { float: left; /* LTR */ } div.image-widget-data input.text-field { width: auto; } |
| image.effects.inc | file | modules/ |
Functions needed to execute image effects provided by Image module. |
| image.field.inc | file | modules/ |
Implement an image field, based on the file module's file field. |
| image.gd.inc | file | modules/ |
GD2 toolkit for image manipulation within Drupal. |
| image.inc | file | includes/ |
API for manipulating images. |
| image.info | file | modules/ |
name = Image description = Provides image manipulation tools. package = Core version = VERSION core = 7.x dependencies[] = file files[] = image.test configure = admin/config/media/image-styles |
| image.install | file | modules/ |
Install, update and uninstall functions for the image module. |
| image.module | file | modules/ |
Exposes global functionality for creating image styles. |
| image.test | file | modules/ |
Tests for image.module. |
| image.test | file | modules/ |
Tests for core image handling API. |
| ImageAdminStylesUnitTest | class | modules/ |
Tests creation, deletion, and editing of image styles and effects. |
| ImageAdminStylesUnitTest::createSampleImage | function | modules/ |
Given an image style, generate an image. |
| ImageAdminStylesUnitTest::getImageCount | function | modules/ |
Count the number of images currently create for a style. |
| ImageAdminStylesUnitTest::getInfo | function | modules/ |
|
| ImageAdminStylesUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ImageAdminStylesUnitTest::testDefaultStyle | function | modules/ |
Test to override, edit, then revert a style. |
| ImageAdminStylesUnitTest::testNumericStyleName | function | modules/ |
Test creating an image style with a numeric name and ensuring it can be applied to an image. |
| ImageAdminStylesUnitTest::testOrphanedEffect | function | modules/ |
Test disabling a module providing an effect in use by an image style. |
| ImageAdminStylesUnitTest::testStyle | function | modules/ |
General test to add a style, add/remove/edit effects to it, then delete it. |
| ImageAdminStylesUnitTest::testStyleReplacement | function | modules/ |
Test deleting a style and choosing a replacement style. |
| ImageAdminUiTestCase | class | modules/ |
Tests the administrative user interface. |
| ImageAdminUiTestCase::getInfo | function | modules/ |
|
| ImageAdminUiTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ImageAdminUiTestCase::testAddEffectHelpText | function | modules/ |
Test if the help text is available on the add effect form. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.