You are here

public function BackupFileInterface::getExtList in Backup and Migrate 8.4

Get an array of file extensions.

For example: testfile.txt.gz would return: ['txt', 'gz']

Return value

array

1 method overrides BackupFileInterface::getExtList()
BackupFile::getExtList in lib/backup_migrate_core/src/File/BackupFile.php
Get an array of file extensions.

File

lib/backup_migrate_core/src/File/BackupFileInterface.php, line 84

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

BackupMigrate\Core\File

Code

public function getExtList();