You are here

constant StreamWrapperInterface::WRITE_VISIBLE in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::WRITE_VISIBLE
  2. 10 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::WRITE_VISIBLE

Visible, readable and writable.

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 77

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

const WRITE_VISIBLE = 0x1c;