constant STREAM_WRAPPERS_LOCAL

Stream wrapper bit flag -- refers to a local file system location.

2 uses of STREAM_WRAPPERS_LOCAL
file_get_stream_wrappers in drupal/core/includes/file.inc
Provides Drupal stream wrapper registry.
GDToolkit::save in drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php
Implements \Drupal\system\Plugin\ImageToolkitInterface::save().

File

drupal/core/includes/file.inc, line 29
API for handling file uploads and server file management.

Code

const STREAM_WRAPPERS_LOCAL = 0x1;