public function BackupFileReadableInterface::rewind in Backup and Migrate 5.0.x
Rewind the file handle to the start of the file.
1 method overrides BackupFileReadableInterface::rewind()
- ReadableStreamBackupFile::rewind in src/
Core/ File/ ReadableStreamBackupFile.php - Rewind the file handle to the start of the file.
File
- src/
Core/ File/ BackupFileReadableInterface.php, line 72
Class
- BackupFileReadableInterface
- A service to provision temp files in the correct place for the environment.
Namespace
Drupal\backup_migrate\Core\FileCode
public function rewind();