You are here

constant StreamWrapperInterface::LOCAL_NORMAL in Drupal 8

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

Visible, readable and writable using local files.

File

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

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

const LOCAL_NORMAL = 0x1d;