You are here

public function BackupFileWritableInterface::write in Backup and Migrate 8.4

Write a line to the file.

Parameters

string $data A string to write to the file.:

1 method overrides BackupFileWritableInterface::write()
WritableStreamBackupFile::write in lib/backup_migrate_core/src/File/WritableStreamBackupFile.php
Write a line to the file.

File

lib/backup_migrate_core/src/File/BackupFileWritableInterface.php, line 22

Class

BackupFileWritableInterface
Provides a service to provision temp files in the correct place for the environment.

Namespace

BackupMigrate\Core\File

Code

public function write($data);