Skip to content
Snippets Groups Projects
Commit 41c9d1fe authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Drupal 11 module removals #3421792, #3421789, #3432135 & #3421790

parent c7cbaf0a
No related branches found
No related tags found
No related merge requests found
Pipeline #136748 passed with warnings
......@@ -1399,7 +1399,12 @@ function _project_composer_is_core_module($release_category, $name) {
function _project_composer_get_removed_components($release_category) {
// Manually updated canonical list of the modules that have been removed from core and moved to contrib
if ($release_category === 'current') {
$removed_modules = ['simpletest','hal','color','aggregator','tracker','quickedit','bartik','seven','rdf','stable','classy','ckeditor'];
$removed_modules = [
'simpletest', 'hal', 'color', 'aggregator', 'tracker', 'quickedit',
'bartik', 'seven', 'rdf', 'stable', 'classy', 'ckeditor',
// Removed in Drupal 11, https://www.drupal.org/project/drupal/issues/3265680
'statistics', 'tour', 'action', 'forum',
];
}
else {
$removed_modules = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment