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 includes/stream_wrappers.inc
Drupal stream wrapper interface.

File

includes/stream_wrappers.inc, line 62

Code

define('STREAM_WRAPPERS_HIDDEN', STREAM_WRAPPERS_READ | STREAM_WRAPPERS_WRITE);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.