You are here

public function BackupFileWritableInterface::write in Backup and Migrate 5.0.x

Write a line to the file.

Parameters

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

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

File

src/Core/File/BackupFileWritableInterface.php, line 24

Class

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

Namespace

Drupal\backup_migrate\Core\File

Code

public function write($data);