SystemRequirements::DRUPAL_CORE_REMOVED_MODULE_LIST

Same name and namespace in other branches
  1. main core/modules/system/src/Install/Requirements/SystemRequirements.php \Drupal\system\Install\Requirements\SystemRequirements::DRUPAL_CORE_REMOVED_MODULE_LIST

An array of machine names of modules that were removed from Drupal core.

File

core/modules/system/src/Install/Requirements/SystemRequirements.php, line 35

Class

SystemRequirements
Install time requirements for the system module.

Namespace

Drupal\system\Install\Requirements

Code

public const DRUPAL_CORE_REMOVED_MODULE_LIST = [
  'action' => 'Action UI',
  'book' => 'Book',
  'aggregator' => 'Aggregator',
  'ckeditor' => 'CKEditor',
  'color' => 'Color',
  'forum' => 'Forum',
  'hal' => 'HAL',
  'quickedit' => 'Quick Edit',
  'rdf' => 'RDF',
  'statistics' => 'Statistics',
  'tour' => 'Tour',
  'tracker' => 'Tracker',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.