constant STREAM_WRAPPERS_LOCAL_HIDDEN

Stream wrapper type flag -- hidden, readable and writeable using local files.

3 uses of STREAM_WRAPPERS_LOCAL_HIDDEN
hook_stream_wrappers in drupal/core/modules/system/system.api.php
Registers PHP stream wrapper implementations associated with a module.
locale_stream_wrappers in drupal/core/modules/locale/locale.module
Implements hook_stream_wrappers().
system_stream_wrappers in drupal/core/modules/system/system.module
Implements hook_stream_wrappers().

File

drupal/core/includes/file.inc, line 59
API for handling file uploads and server file management.

Code

define('STREAM_WRAPPERS_LOCAL_HIDDEN', STREAM_WRAPPERS_LOCAL | STREAM_WRAPPERS_HIDDEN);