DRUPAL_CORE_REMOVED_MODULE_LIST
Same name in other branches
- 10 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 38
Code
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.