public function BackupFileWritableInterface::setMeta in Backup and Migrate 8.4
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
- lib/
backup_migrate_core/ src/ File/ BackupFileWritableInterface.php, line 46
Class
- BackupFileWritableInterface
- Provides a service to provision temp files in the correct place for the environment.
Namespace
BackupMigrate\Core\FileCode
public function setMeta($key, $value);