You are here

constant SWFTOOLS_PLAYLIST_PATH in SWF Tools 6

Same name and namespace in other branches
  1. 5 swftools.module \SWFTOOLS_PLAYLIST_PATH
  2. 6.2 swftools.module \SWFTOOLS_PLAYLIST_PATH
3 uses of SWFTOOLS_PLAYLIST_PATH
swftools_admin_handling_form in ./swftools.admin.inc
swftools_file_download in ./swftools.module
Implementation of hook_file_download Allows SWF Tools to work with a private file system that might include files upload outside the control of an upload module, e.g. FTP of large video files If the file is in the playlists directory then return a…
swftools_get_playlist_path in ./swftools.module
Returns the playlist path relative to webroot. This path needs to be writeable, so it is fitting to limit valid locations to the files directory.

File

./swftools.module, line 31

Code

define('SWFTOOLS_PLAYLIST_PATH', 'playlists');