You are here

function _stage_file_proxy_file_dir in Stage File Proxy 7

Helper to retrieve the file directory.

3 calls to _stage_file_proxy_file_dir()
stage_file_proxy_fetch_file in ./stage_file_proxy.module
Downloads a public file from the origin site.
stage_file_proxy_get_file_remote_url in ./stage_file_proxy.module
Fetches the remote URL for a stage file proxy-processed file.
_stage_file_proxy_get_current_file_uri in ./stage_file_proxy.module
Fetches a normalized file URI from the current request.

File

./stage_file_proxy.module, line 48
Stage File Proxy Module.

Code

function _stage_file_proxy_file_dir() {
  return variable_get('file_public_path', conf_path() . '/files');
}