Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console / src / Command / Debug / ThemeCommand.php
index 464dd7ca5e071fca32689826053eec50c136a492..f8a58682e180bc5a3617a85281094be76e85b382 100644 (file)
@@ -78,8 +78,10 @@ class ThemeCommand extends Command
         foreach ($themes as $themeId => $theme) {
             $status = $this->getThemeStatus($theme);
             $tableRows[] = [
-                $themeId, $theme->info['name'],
-                $status, $theme->info['version'],
+                $themeId,
+                $theme->info['name'],
+                $status,
+                (isset($theme->info['version'])) ? $theme->info['version'] : '',
             ];
         }