constant STREAM_WRAPPERS_LOCAL in Drupal 7
Stream wrapper bit flag -- refers to a local file system location.
3 uses of STREAM_WRAPPERS_LOCAL
- file_get_stream_wrappers in includes/
file.inc - Provides Drupal stream wrapper registry.
- image_gd_save in modules/
system/ image.gd.inc - GD helper to write an image resource to a destination file.
- stream_wrappers.inc in includes/
stream_wrappers.inc - Drupal stream wrapper interface.
File
- includes/
stream_wrappers.inc, line 37 - Drupal stream wrapper interface.
Code
define('STREAM_WRAPPERS_LOCAL', 0x1);