SystemRequirements::DRUPAL_CORE_REMOVED_MODULE_LIST

Same name and namespace in other branches
  1. 11.x 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',
  'ban' => 'Ban',
  'book' => 'Book',
  'aggregator' => 'Aggregator',
  'ckeditor' => 'CKEditor',
  'color' => 'Color',
  'contact' => 'Contact',
  'field_layout' => 'Field Layout',
  'forum' => 'Forum',
  'hal' => 'HAL',
  'history' => 'History',
  'migrate_drupal_ui' => 'Migrate Drupal UI',
  'migrate_drupal' => 'Migrate Drupal',
  '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.