constant STREAM_WRAPPERS_WRITE_VISIBLE

Stream wrapper type flag -- visible, readable and writeable.

4 uses of STREAM_WRAPPERS_WRITE_VISIBLE
file_field_settings_form in drupal/core/modules/file/file.field.inc
Implements hook_field_settings_form().
file_get_stream_wrappers in drupal/core/includes/file.inc
Provides Drupal stream wrapper registry.
image_field_settings_form in drupal/core/modules/image/image.field.inc
Implements hook_field_settings_form().
system_file_system_settings in drupal/core/modules/system/system.admin.inc
Form builder; Configure the site file handling.

File

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

Code

define('STREAM_WRAPPERS_WRITE_VISIBLE', STREAM_WRAPPERS_READ | STREAM_WRAPPERS_WRITE | STREAM_WRAPPERS_VISIBLE);