Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Site / StatusCommand.php
index 776961b06da2fdffe443c037ec28372aeb1380d8..c07a758dd1bb35c851c68de214bc2ce176f283dd 100644 (file)
@@ -116,6 +116,9 @@ class StatusCommand extends Command
      */
     protected function execute(InputInterface $input, OutputInterface $output)
     {
+        // Make sure all modules are loaded.
+        $this->container->get('module_handler')->loadAll();
+
         $io = new DrupalStyle($input, $output);
 
         $systemData = $this->getSystemData();