You are here

public function BackupFile::setExtList in Backup and Migrate 8.4

Parameters

array $ext: The list of file extensions for the file* The list of file extensions for the file

Overrides BackupFileInterface::setExtList

1 call to BackupFile::setExtList()
BackupFile::setFullName in lib/backup_migrate_core/src/File/BackupFile.php
Set the full filename with extensions.

File

lib/backup_migrate_core/src/File/BackupFile.php, line 150

Class

BackupFile
Class BackupFile.

Namespace

BackupMigrate\Core\File

Code

public function setExtList($ext) {
  $this->ext = array_filter($ext);
}