You are here

public function ArchiveReaderInterface::getFileExt in Backup and Migrate 5.0.x

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 src/Core/Service/TarArchiveReader.php
Get the file extension for this archiver.

File

src/Core/Service/ArchiveReaderInterface.php, line 22

Class

ArchiveReaderInterface
Interface ArchiveWriterInterface.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function getFileExt();