Loading core/modules/system/system.install +6 −0 Original line number Diff line number Diff line Loading @@ -35,12 +35,18 @@ * An array of machine names of modules that were removed from Drupal core. */ 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', ]; /** Loading Loading
core/modules/system/system.install +6 −0 Original line number Diff line number Diff line Loading @@ -35,12 +35,18 @@ * An array of machine names of modules that were removed from Drupal core. */ 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', ]; /** Loading