You are here

public function ArchiveReaderInterface::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 ArchiveReaderInterface::getFileExt()
TarArchiveReader::getFileExt in lib/backup_migrate_core/src/Service/TarArchiveReader.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/ArchiveReaderInterface.php, line 20

Class

ArchiveReaderInterface
Interface ArchiveWriterInterface.

Namespace

BackupMigrate\Core\Service

Code

public function getFileExt();