constant STREAM_WRAPPERS_HIDDEN

Stream wrapper type flag -- not visible in the UI or accessible via web, but readable and writable. E.g. the temporary directory for uploads.

1 use of STREAM_WRAPPERS_HIDDEN
stream_wrappers.inc in drupal/includes/stream_wrappers.inc
Drupal stream wrapper interface.

File

drupal/includes/stream_wrappers.inc, line 62
Drupal stream wrapper interface.

Code

define('STREAM_WRAPPERS_HIDDEN', STREAM_WRAPPERS_READ | STREAM_WRAPPERS_WRITE);