public function BackupFileInterface::setExtList in Backup and Migrate 8.4
Set the extension array for the file to the given array.
Parameters
array $ext: The list of file extensions for the file
1 method overrides BackupFileInterface::setExtList()
- BackupFile::setExtList in lib/
backup_migrate_core/ src/ File/ BackupFile.php
File
- lib/
backup_migrate_core/ src/ File/ BackupFileInterface.php, line 110
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
BackupMigrate\Core\FileCode
public function setExtList($ext);