You are here

constant IMAGEPICKER_FILES_DIR in Image Picker 5.2

Same name and namespace in other branches
  1. 6.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.

3 uses of IMAGEPICKER_FILES_DIR
imagepicker_get_files_directory in ./imagepicker.module
imagepicker_get_path in ./imagepicker.module
imagepicker_strip_messages in ./imagepicker.module
There is no need to inform users that directory structure has been created and show them all paths... So lets strip these messages if there are any.

File

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

Code

define('IMAGEPICKER_FILES_DIR', 'imagepicker');