You are here

public function BackupFileInterface::getFullName in Backup and Migrate 5.0.x

Get the full filename with extensions.

Return value

string The full filename (with extension, without filepath)

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

File

src/Core/File/BackupFileInterface.php, line 71

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

Drupal\backup_migrate\Core\File

Code

public function getFullName();