You are here

protected property S3fsStream::$_error_state in S3 File System 8.2

Indicates the current error state in the wrapper.

This allows _trigger_error() to tell other stream_* functions to return FALSE when the wrapper encounters an error.

Type: bool

File

src/StreamWrapper/S3fsStream.php, line 116

Class

S3fsStream
Defines a Drupal s3fs (s3fs://) stream wrapper class.

Namespace

Drupal\s3fs\StreamWrapper

Code

protected $_error_state = FALSE;