You are here

constant IMAGEPICKER_FILES_DIR in Image Picker 6.2

Same name and namespace in other branches
  1. 5.2 imagepicker.module \IMAGEPICKER_FILES_DIR
  2. 7 imagepicker.module \IMAGEPICKER_FILES_DIR

@file Enables permitted roles to upload images for insertion into configured nodes.

5 uses of IMAGEPICKER_FILES_DIR
imagepicker_display_block in ./imagepicker.module
Function to display the contents of a block.
imagepicker_file_download in ./imagepicker.module
Implementation of hook_file_download().
imagepicker_get_files_directory in ./imagepicker.module
imagepicker_get_image_path in ./imagepicker.module
imagepicker_get_path in ./imagepicker.module
some common utilities

File

./imagepicker.module, line 8
Enables permitted roles to upload images for insertion into configured nodes.

Code

define('IMAGEPICKER_FILES_DIR', 'imagepicker');