constant STREAM_WRAPPERS_WRITE_VISIBLE

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

5 uses of STREAM_WRAPPERS_WRITE_VISIBLE
FileSystemForm::buildForm in drupal/core/modules/system/lib/Drupal/system/Form/FileSystemForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
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().
image_style_flush in drupal/core/modules/image/image.module
Flushes cached media for a style.

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);