You are here

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

Read a single line from the file.

Return value

string The data read from the file or NULL if the file can't be read or is at the end of the file.

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

File

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

Class

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

Namespace

Drupal\backup_migrate\Core\File

Code

public function readLine();