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.

Archivo

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

Código

define('STREAM_WRAPPERS_HIDDEN', STREAM_WRAPPERS_READ | STREAM_WRAPPERS_WRITE)