Same name and namespace in other branches
  1. 4.6.x includes/file.inc \FILE_DOWNLOADS_PUBLIC
  2. 4.7.x includes/file.inc \FILE_DOWNLOADS_PUBLIC
  3. 6.x includes/file.inc \FILE_DOWNLOADS_PUBLIC

Related topics

4 uses of FILE_DOWNLOADS_PUBLIC
drupal_get_css in includes/common.inc
Returns a themed representation of all stylesheets that should be attached to the page. It loads the CSS in order, with 'core' CSS first, then 'module' CSS, then 'theme' CSS files. This ensures proper cascading of styles…
system_file_system_settings in modules/system/system.module
system_performance_settings in modules/system/system.module
system_requirements in modules/system/system.install
Test and report Drupal installation requirements.

File

includes/file.inc, line 14
API for handling file uploads and server file management.

Code

define('FILE_DOWNLOADS_PUBLIC', 1);