public function BackupFileInterface::setName in Backup and Migrate 8.4
Set the file name without extension.
Parameters
string $name:
1 method overrides BackupFileInterface::setName()
- BackupFile::setName in lib/
backup_migrate_core/ src/ File/ BackupFile.php - Set the file name without extension.
File
- lib/
backup_migrate_core/ src/ File/ BackupFileInterface.php, line 51
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
BackupMigrate\Core\FileCode
public function setName($name);