You are here

constant STREAM_WRAPPERS_VISIBLE in Drupal 7

Stream wrapper bit flag -- exposed in the UI and potentially web accessible.

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

File

includes/stream_wrappers.inc, line 52
Drupal stream wrapper interface.

Code

define('STREAM_WRAPPERS_VISIBLE', 0x10);