public function BackupFileInterface::setExtList in Backup and Migrate 5.0.x
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 src/
Core/ File/ BackupFile.php
File
- src/
Core/ File/ BackupFileInterface.php, line 114
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
Drupal\backup_migrate\Core\FileCode
public function setExtList(array $ext);