You are here

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

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 src/Core/File/BackupFile.php
Get an array of file extensions.

File

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

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

Drupal\backup_migrate\Core\File

Code

public function getExtList();