Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Shared / ExtensionTrait.php
index 982c411679434038b5cbc6de41be15e1f9c5f4b0..2afec4963ed1470449fe814b20a741b175ac0c0a 100644 (file)
@@ -37,7 +37,7 @@ trait ExtensionTrait
                 ->showInstalled()
                 ->showUninstalled()
                 ->showNoCore()
                 ->showInstalled()
                 ->showUninstalled()
                 ->showNoCore()
-                ->getList();
+                ->getList(false);
         }
 
         if ($theme) {
         }
 
         if ($theme) {
@@ -45,7 +45,7 @@ trait ExtensionTrait
                 ->showInstalled()
                 ->showUninstalled()
                 ->showNoCore()
                 ->showInstalled()
                 ->showUninstalled()
                 ->showNoCore()
-                ->getList();
+                ->getList(false);
         }
 
         if ($profile) {
         }
 
         if ($profile) {
@@ -54,7 +54,7 @@ trait ExtensionTrait
                 ->showUninstalled()
                 ->showNoCore()
                 ->showCore()
                 ->showUninstalled()
                 ->showNoCore()
                 ->showCore()
-                ->getList();
+                ->getList(false);
         }
 
         $extensions = array_merge(
         }
 
         $extensions = array_merge(