You are here

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

Set a metadata value.

Parameters

string $key: The key for the metadata item.

mixed $value: The value for the metadata item.

Overrides BackupFileInterface::setMeta

File

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

Class

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

Namespace

Drupal\backup_migrate\Core\File

Code

public function setMeta($key, $value);