You are here

constant StreamWrapperInterface::VISIBLE in Drupal 9

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

Exposed in the UI and potentially web accessible.

File

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

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

const VISIBLE = 0x10;