You are here

constant StreamWrapperInterface::HIDDEN in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::HIDDEN

Not visible in the UI or accessible via web, but readable and writable. E.g. the temporary directory for uploads.

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 72
Contains \Drupal\Core\StreamWrapper\StreamWrapperInterface.

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

const HIDDEN = 0xc;