constant STREAM_WRAPPERS_WRITE_VISIBLE

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

6 uses of STREAM_WRAPPERS_WRITE_VISIBLE
file_field_settings_form in drupal/modules/file/file.field.inc
Implements hook_field_settings_form().
file_get_stream_wrappers in drupal/includes/file.inc
Provides Drupal stream wrapper registry.
image_field_settings_form in drupal/modules/image/image.field.inc
Implements hook_field_settings_form().
image_style_flush in drupal/modules/image/image.module
Flushes cached media for a style.
stream_wrappers.inc in drupal/includes/stream_wrappers.inc
Drupal stream wrapper interface.

... See full list

File

drupal/includes/stream_wrappers.inc, line 72
Drupal stream wrapper interface.

Code

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