You are here

public function BackupFileReadableInterface::readAll in Backup and Migrate 5.0.x

Read a line from the file.

Return value

string The data read from the file or NULL if the file can't be read.

1 method overrides BackupFileReadableInterface::readAll()
ReadableStreamBackupFile::readAll in src/Core/File/ReadableStreamBackupFile.php
Read a line from the file.

File

src/Core/File/BackupFileReadableInterface.php, line 44

Class

BackupFileReadableInterface
A service to provision temp files in the correct place for the environment.

Namespace

Drupal\backup_migrate\Core\File

Code

public function readAll();