You are here

public function ArchiverInterface::getFileExt in Backup and Migrate 8.4

Get the file extension for this archiver. For a tarball writer this would be 'tar'. For a Zip file writer this would be 'zip'.

Return value

string

File

lib/backup_migrate_core/src/Service/ArchiverInterface.php, line 20

Class

ArchiverInterface
Interface ArchiveWriterInterface.

Namespace

BackupMigrate\Core\Service

Code

public function getFileExt();