public function BackupFile::getName in Backup and Migrate 5.0.x
Get the file name without extension.
Return value
string
Overrides BackupFileInterface::getName
File
- src/
Core/ File/ BackupFile.php, line 105
Class
- BackupFile
- @package Drupal\backup_migrate\Core\File
Namespace
Drupal\backup_migrate\Core\FileCode
public function getName() {
return $this->name;
}