Search for style
- Search 9.5.x for style
- Search 8.9.x for style
- Search 10.3.x for style
- Search 11.x for style
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImageStylesHTTPHeadersTestCase::getInfo | function | modules/ |
|
ImageStylesHTTPHeadersTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPrivateAndDownscale | function | modules/ |
Test image_style_url() with a file with private scheme and downscaling. |
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPrivateAndUpscale | function | modules/ |
Test image_style_url() with a file with private scheme and upscaling. |
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPublicAndDownscale | function | modules/ |
Test image_style_url() with a file with public scheme and downscaling. |
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPublicAndUpscale | function | modules/ |
Test image_style_url() with a file with public scheme and upscaling. |
ImageStylesHTTPHeadersTestCase::_imagestyleUpscale | function | modules/ |
Adding upscale effect to imagestyle. |
ImageStylesHTTPHeadersTestCase::_testImageStyleUrlAndPath | function | modules/ |
Function to scale and test. |
ImageStylesPathAndUrlTestCase | class | modules/ |
Tests the functions for generating paths and URLs for image styles. |
ImageStylesPathAndUrlTestCase::$image_filepath | property | modules/ |
|
ImageStylesPathAndUrlTestCase::$image_info | property | modules/ |
|
ImageStylesPathAndUrlTestCase::$style_name | property | modules/ |
|
ImageStylesPathAndUrlTestCase::getInfo | function | modules/ |
|
ImageStylesPathAndUrlTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ImageStylesPathAndUrlTestCase::testImageContentTypeHeaders | function | modules/ |
Test that we do not pass an array to drupal_add_http_header. |
ImageStylesPathAndUrlTestCase::testImageStylePath | function | modules/ |
Test image_style_path(). |
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivate | function | modules/ |
Test image_style_url() with a file using the "private://" scheme. |
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivateUnclean | function | modules/ |
Test image_style_url() with the "private://" schema and unclean URLs. |
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPublic | function | modules/ |
Test image_style_url() with a file using the "public://" scheme. |
ImageStylesPathAndUrlTestCase::testImageStyleUrlExtraSlash | function | modules/ |
Test image_style_url() with a file URL that has an extra slash in it. |
ImageStylesPathAndUrlTestCase::testImageStyleUrlForMissingSourceImage | function | modules/ |
Test that an invalid source image returns a 404. |
ImageStylesPathAndUrlTestCase::testImageStylUrlAndPathPublicUnclean | function | modules/ |
Test image_style_url() with the "public://" scheme and unclean URLs. |
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath | function | modules/ |
Test image_style_url(). |
image_default_style_revert | function | modules/ |
Reverts the changes made by users to a default image style. |
image_default_style_save | function | modules/ |
Saves a default image style to the database. |
image_image_default_styles | function | modules/ |
Implements hook_image_default_styles(). |
image_image_style_delete | function | modules/ |
Implements hook_image_style_delete(). |
image_image_style_save | function | modules/ |
Implements hook_image_style_save(). |
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_styles | function | modules/ |
Gets an array of all styles and their settings. |
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_effects | function | modules/ |
Loads all the effects for an image style. |
image_style_flush | function | modules/ |
Flushes cached media for a style. |
image_style_form | function | modules/ |
Form builder; Edit an image style name and effects order. |
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_form_submit | function | modules/ |
Submit handler for saving an image style. |
image_style_list | function | modules/ |
Menu callback; Listing of all current image styles. |
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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.