public function BackupFileInterface::getExt in Backup and Migrate 8.4
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 lib/
backup_migrate_core/ src/ File/ BackupFile.php - Get the full file extension.
File
- lib/
backup_migrate_core/ src/ File/ BackupFileInterface.php, line 102
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
BackupMigrate\Core\FileCode
public function getExt();