You are here

public function BackupFileInterface::getName in Backup and Migrate 8.4

Get the file name without extension.

Return value

string

1 method overrides BackupFileInterface::getName()
BackupFile::getName in lib/backup_migrate_core/src/File/BackupFile.php
Get the file name without extension.

File

lib/backup_migrate_core/src/File/BackupFileInterface.php, line 58

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

BackupMigrate\Core\File

Code

public function getName();