You are here

constant IMAGEPICKER_FILES_DIR in Image Picker 7

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

@file @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

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

4 uses of IMAGEPICKER_FILES_DIR
imagepicker_file_download in ./imagepicker.module
Implements hook_file_download().
imagepicker_get_files_directory in ./imagepicker.module
imagepicker_get_image_path in ./imagepicker.module
imagepicker_get_path in ./imagepicker.module

File

./imagepicker.module, line 11
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

define('IMAGEPICKER_FILES_DIR', 'imagepicker');