You are here

public function BackupFileInterface::getFullName in Backup and Migrate 8.4

Get the full filename with extensions.

Return value

string The full filename (with extension, without filepath)

1 method overrides BackupFileInterface::getFullName()
BackupFile::getFullName in lib/backup_migrate_core/src/File/BackupFile.php
Get the full filename with extensions.

File

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

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

BackupMigrate\Core\File

Code

public function getFullName();