constant STREAM_WRAPPERS_LOCAL_NORMAL

Stream wrapper type flag -- visible, readable and writeable using local files.

2 uses of STREAM_WRAPPERS_LOCAL_NORMAL
hook_stream_wrappers in drupal-7.x/modules/system/system.api.php
Registers PHP stream wrapper implementations associated with a module.
system_stream_wrappers in drupal-7.x/modules/system/system.module
Implements hook_stream_wrappers().

File

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

Code

define('STREAM_WRAPPERS_LOCAL_NORMAL', STREAM_WRAPPERS_LOCAL | STREAM_WRAPPERS_NORMAL)