You are here

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

File

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

Class

ArchiverInterface
Interface ArchiveWriterInterface.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function getFileExt();