private property EvaluationCode::$excludedFiles in Drupal 8 upgrade evaluation 7
Same name and namespace in other branches
- 6 includes/EvaluationCode.php \Upgrade_check\EvaluationCode::excludedFiles
File
- includes/
EvaluationCode.php, line 29
Class
Namespace
Upgrade_checkCode
private $excludedFiles = array(
'.info',
'.txt',
'/.',
'/..',
'.png',
'.gif',
'.jpeg',
'.jpg',
'.html',
'.woff',
'.woff2',
'.eot',
'.icns',
'.ico',
'.otf',
'.zip',
'.gz',
'.tar',
'.pdf',
'.swf',
'.ttf',
'.svg',
'.json',
'.rb',
'.yml',
'.coffee',
'.doc',
'.docx',
'.rar',
);