You are here

private property EvaluationCode::$excludedFiles in Drupal 8 upgrade evaluation 7

Same name and namespace in other branches
  1. 6 includes/EvaluationCode.php \Upgrade_check\EvaluationCode::excludedFiles

File

includes/EvaluationCode.php, line 29

Class

EvaluationCode

Namespace

Upgrade_check

Code

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',
);