Search for style

  1. Search 9.5.x for style
  2. Search 8.9.x for style
  3. Search 10.3.x for style
  4. Search 11.x for style
  5. Other projects
Title Object type File name Summary
ImageStylesHTTPHeadersTestCase::getInfo function modules/image/image.test
ImageStylesHTTPHeadersTestCase::setUp function modules/image/image.test Sets up a Drupal site for running functional and integration tests.
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPrivateAndDownscale function modules/image/image.test Test image_style_url() with a file with private scheme and downscaling.
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPrivateAndUpscale function modules/image/image.test Test image_style_url() with a file with private scheme and upscaling.
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPublicAndDownscale function modules/image/image.test Test image_style_url() with a file with public scheme and downscaling.
ImageStylesHTTPHeadersTestCase::testImageStyleUrlAndPathPublicAndUpscale function modules/image/image.test Test image_style_url() with a file with public scheme and upscaling.
ImageStylesHTTPHeadersTestCase::_imagestyleUpscale function modules/image/image.test Adding upscale effect to imagestyle.
ImageStylesHTTPHeadersTestCase::_testImageStyleUrlAndPath function modules/image/image.test Function to scale and test.
ImageStylesPathAndUrlTestCase class modules/image/image.test Tests the functions for generating paths and URLs for image styles.
ImageStylesPathAndUrlTestCase::$image_filepath property modules/image/image.test
ImageStylesPathAndUrlTestCase::$image_info property modules/image/image.test
ImageStylesPathAndUrlTestCase::$style_name property modules/image/image.test
ImageStylesPathAndUrlTestCase::getInfo function modules/image/image.test
ImageStylesPathAndUrlTestCase::setUp function modules/image/image.test Sets up a Drupal site for running functional and integration tests.
ImageStylesPathAndUrlTestCase::testImageContentTypeHeaders function modules/image/image.test Test that we do not pass an array to drupal_add_http_header.
ImageStylesPathAndUrlTestCase::testImageStylePath function modules/image/image.test Test image_style_path().
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivate function modules/image/image.test Test image_style_url() with a file using the "private://" scheme.
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivateUnclean function modules/image/image.test Test image_style_url() with the "private://" schema and unclean URLs.
ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPublic function modules/image/image.test Test image_style_url() with a file using the "public://" scheme.
ImageStylesPathAndUrlTestCase::testImageStyleUrlExtraSlash function modules/image/image.test Test image_style_url() with a file URL that has an extra slash in it.
ImageStylesPathAndUrlTestCase::testImageStyleUrlForMissingSourceImage function modules/image/image.test Test that an invalid source image returns a 404.
ImageStylesPathAndUrlTestCase::testImageStylUrlAndPathPublicUnclean function modules/image/image.test Test image_style_url() with the "public://" scheme and unclean URLs.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath function modules/image/image.test Test image_style_url().
image_default_style_revert function modules/image/image.module Reverts the changes made by users to a default image style.
image_default_style_save function modules/image/image.module Saves a default image style to the database.
image_image_default_styles function modules/image/image.module Implements hook_image_default_styles().
image_image_style_delete function modules/image/image.module Implements hook_image_style_delete().
image_image_style_save function modules/image/image.module Implements hook_image_style_save().
image_module_styles_test.info file modules/image/tests/image_module_styles_test.info 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/image/tests/image_module_styles_test.module Provides additional Image module hook implementations for testing purposes.
image_module_styles_test_image_default_styles function modules/image/tests/image_module_styles_test.module Implements hook_image_default_styles().
image_styles function modules/image/image.module Gets an array of all styles and their settings.
image_style_add_form function modules/image/image.admin.inc Form builder; Form for adding a new image style.
image_style_add_form_name_exists function modules/image/image.admin.inc Check if the proposed machine name is already taken.
image_style_add_form_submit function modules/image/image.admin.inc Submit handler for adding a new image style.
image_style_create_derivative function modules/image/image.module Creates a new image derivative based on an image style.
image_style_delete function modules/image/image.module Deletes an image style.
image_style_delete_form function modules/image/image.admin.inc Form builder; Form for deleting an image style.
image_style_delete_form_submit function modules/image/image.admin.inc Submit handler to delete an image style.
image_style_deliver function modules/image/image.module Page callback: Generates a derivative, given a style and image path.
image_style_effects function modules/image/image.module Loads all the effects for an image style.
image_style_flush function modules/image/image.module Flushes cached media for a style.
image_style_form function modules/image/image.admin.inc Form builder; Edit an image style name and effects order.
image_style_form_add_submit function modules/image/image.admin.inc Submit handler for adding a new image effect to an image style.
image_style_form_add_validate function modules/image/image.admin.inc Validate handler for adding a new image effect to an image style.
image_style_form_override_submit function modules/image/image.admin.inc Submit handler for overriding a module-defined style.
image_style_form_submit function modules/image/image.admin.inc Submit handler for saving an image style.
image_style_list function modules/image/image.admin.inc Menu callback; Listing of all current image styles.
image_style_load function modules/image/image.module Loads a style by style name or ID.
image_style_name_validate function modules/image/image.admin.inc Element validate function to ensure unique, URL safe style names.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.