You are here

protected property LocalStream::$uri in Drupal 9

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

Instance URI (stream).

A stream is referenced as "scheme://target".

Type: string

File

core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 38

Class

LocalStream
Defines a Drupal stream wrapper base class for local files.

Namespace

Drupal\Core\StreamWrapper

Code

protected $uri;