public function BackupFileInterface::setFullName in Backup and Migrate 5.0.x
Set the full filename with extensions.
Parameters
string $fullname: The full filename (with extension, without filepath)
1 method overrides BackupFileInterface::setFullName()
- BackupFile::setFullName in src/
Core/ File/ BackupFile.php - Set the full filename with extensions.
File
- src/
Core/ File/ BackupFileInterface.php, line 79
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
Drupal\backup_migrate\Core\FileCode
public function setFullName($fullname);