You are here

public function ArchiveWriterInterface::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

1 method overrides ArchiveWriterInterface::getFileExt()
TarArchiveWriter::getFileExt in lib/backup_migrate_core/src/Service/TarArchiveWriter.php
Get the file extension for this archiver. For a tarball writer this would be 'tar'. For a Zip file writer this would be 'zip'.

File

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

Class

ArchiveWriterInterface
Interface ArchiveReaderInterface.

Namespace

BackupMigrate\Core\Service

Code

public function getFileExt();