DRUPAL_CORE_REMOVED_MODULE_LIST

Same name and namespace in other branches
  1. 11.x core/modules/system/system.install \DRUPAL_CORE_REMOVED_MODULE_LIST

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

2 uses of DRUPAL_CORE_REMOVED_MODULE_LIST
system_requirements in core/modules/system/system.install
Implements hook_requirements().
UpdateScriptTest::testMissingExtension in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests that a missing extension prevents updates.

File

core/modules/system/system.install, line 39

Code

const DRUPAL_CORE_REMOVED_MODULE_LIST = [
    'aggregator' => 'Aggregator',
    'ckeditor' => 'CKEditor',
    'color' => 'Color',
    'hal' => 'HAL',
    'quickedit' => 'Quick Edit',
    'rdf' => 'RDF',
];

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