Search for d
Title | Object type | File name | Summary |
---|---|---|---|
HTTP handling | group | includes/ |
Functions to properly handle HTTP responses. |
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.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.module | file | modules/ |
Exposes global functionality for creating image styles. |
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. |
ImageAdminUiTestCase::testEditEffectHelpText | function | modules/ |
Test if the help text is available on the edit effect form. |
ImageDimensionsScaleTestCase | class | modules/ |
Tests image_dimensions_scale(). |
ImageDimensionsScaleTestCase::getInfo | function | modules/ |
|
ImageDimensionsScaleTestCase::testImageDimensionsScale | function | modules/ |
Tests all control flow branches in image_dimensions_scale(). |
ImageDimensionsTestCase | class | modules/ |
Tests that images have correct dimensions when styled. |
ImageDimensionsTestCase::getInfo | function | modules/ |
|
ImageDimensionsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ImageDimensionsTestCase::testImageDimensions | function | modules/ |
Test styled image dimensions cumulatively. |
ImageEffectsUnitTest::testDesaturateEffect | function | modules/ |
Test the image_desaturate_effect() function. |
ImageEffectsUnitTest::testScaleAndCropEffect | function | modules/ |
Test the image_scale_and_crop_effect() function. |
ImageFieldDefaultImagesTestCase | class | modules/ |
Tests default image settings. |
ImageFieldDefaultImagesTestCase::getInfo | function | modules/ |
|
ImageFieldDefaultImagesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ImageFieldDefaultImagesTestCase::testDefaultImages | function | modules/ |
Tests CRUD for fields and fields instances with default images. |
ImageFieldDisplayTestCase | class | modules/ |
Test class to check that formatters and display settings are working. |
ImageFieldDisplayTestCase::getInfo | function | modules/ |
|
ImageFieldDisplayTestCase::testImageFieldDefaultImage | function | modules/ |
Test use of a default image with an image field. |
ImageFieldDisplayTestCase::testImageFieldFormatterAttributes | function | modules/ |
Test passing attributes into the image field formatters. |
ImageFieldDisplayTestCase::testImageFieldFormattersPrivate | function | modules/ |
Test image formatters on node display for private files. |
ImageFieldDisplayTestCase::testImageFieldFormattersPublic | function | modules/ |
Test image formatters on node display for public files. |
ImageFieldDisplayTestCase::testImageFieldSettings | function | modules/ |
Tests for image field settings. |
ImageFieldDisplayTestCase::testMissingImageFieldDisplay | function | modules/ |
Tests the display of image field with the missing FID. |
ImageFieldDisplayTestCase::_testImageFieldFormatters | function | modules/ |
Test image formatters on node display. |
ImageFieldTestCase | class | modules/ |
This class provides methods specifically for testing Image's field handling. |
ImageFieldTestCase::$admin_user | property | modules/ |
|
ImageFieldTestCase::createImageField | function | modules/ |
Create a new image field. |
ImageFieldTestCase::createRandomStyle | function | modules/ |
Create a random style. |
ImageFieldTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ImageFieldTestCase::uploadNodeImage | function | modules/ |
Upload an image to a node. |
ImageFieldValidateTestCase | class | modules/ |
Test class to check for various validations. |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.