public function BackupFileReadableInterface::readAll in Backup and Migrate 8.4
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 lib/
backup_migrate_core/ src/ File/ ReadableStreamBackupFile.php - Read a line from the file.
File
- lib/
backup_migrate_core/ src/ File/ BackupFileReadableInterface.php, line 38
Class
- BackupFileReadableInterface
- Provides a service to provision temp files in the correct place for the environment.
Namespace
BackupMigrate\Core\FileCode
public function readAll();