public function BackupFileInterface::getExtLast in Backup and Migrate 5.0.x
Get the last file extension.
For example: testfile.txt.gz would return: 'gz'
Return value
mixed
1 method overrides BackupFileInterface::getExtLast()
- BackupFile::getExtLast in src/
Core/ File/ BackupFile.php - Get the last file extension.
File
- src/
Core/ File/ BackupFileInterface.php, line 97
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
Drupal\backup_migrate\Core\FileCode
public function getExtLast();