public function BackupFileInterface::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.
2 methods override BackupFileInterface::setMeta()
- BackupFile::setMeta in src/
Core/ File/ BackupFile.php - Set a metadata value.
- BackupFileWritableInterface::setMeta in src/
Core/ File/ BackupFileWritableInterface.php - Set a metadata value.
File
- src/
Core/ File/ BackupFileInterface.php, line 33
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
Drupal\backup_migrate\Core\FileCode
public function setMeta($key, $value);