You are here

protected property ReadableStreamBackupFile::$handle in Backup and Migrate 5.0.x

A file handle if it is open.

Type: resource

File

src/Core/File/ReadableStreamBackupFile.php, line 17

Class

ReadableStreamBackupFile
Uses a readable PHP stream such as a local file.

Namespace

Drupal\backup_migrate\Core\File

Code

protected $handle;