constant IMAGE_DERIVATIVE_TOKEN

The name of the query parameter for image derivative tokens.

3 uses of IMAGE_DERIVATIVE_TOKEN
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
image_style_deliver in drupal-7.x/modules/image/image.module
Page callback: Generates a derivative, given a style and image path.
image_style_url in drupal-7.x/modules/image/image.module
Returns the URL for an image derivative given a style and image path.

File

drupal-7.x/modules/image/image.module, line 36
Exposes global functionality for creating image styles.

Code

define('IMAGE_DERIVATIVE_TOKEN', 'itok')