You are here

public function BackupFileInterface::getExt in Backup and Migrate 5.0.x

Get the full file extension.

For example: testfile.txt.gz would return: 'txt.gz'

Return value

mixed

1 method overrides BackupFileInterface::getExt()
BackupFile::getExt in src/Core/File/BackupFile.php
Get the full file extension.

File

src/Core/File/BackupFileInterface.php, line 106

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

Drupal\backup_migrate\Core\File

Code

public function getExt();