Skip to content
Snippets Groups Projects
Commit c746673d authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3426119: Drupal 10 drd:projects:usage command only reports core but...

Issue #3426119: Drupal 10 drd:projects:usage command only reports core but does not report contrib modules
parent f29f0728
No related branches found
No related tags found
No related merge requests found
Pipeline #119901 passed with warnings
......@@ -63,7 +63,7 @@ class Projects extends Base {
$projects[] = [
'name' => $name,
'type' => $type,
'status' => $extension->isObsolete(),
'status' => $this->moduleHandler->moduleExists($name),
'info' => $extension->info,
];
}
......
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