You are here

protected property ProjectCollector::$allowedTypes in Upgrade Status 8.2

Same name and namespace in other branches
  1. 8 src/ProjectCollector.php \Drupal\upgrade_status\ProjectCollector::allowedTypes

A list of allowed extension types.

Type: array

File

src/ProjectCollector.php, line 41

Class

ProjectCollector
Collects projects collated for the purposes of upgrade status.

Namespace

Drupal\upgrade_status

Code

protected $allowedTypes = [
  'module',
  'theme',
  'profile',
];