public function BackupFileInterface::getName in Backup and Migrate 5.0.x
Get the file name without extension.
Return value
string
1 method overrides BackupFileInterface::getName()
- BackupFile::getName in src/
Core/ File/ BackupFile.php - Get the file name without extension.
File
- src/
Core/ File/ BackupFileInterface.php, line 63
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
Drupal\backup_migrate\Core\FileCode
public function getName();