Skip to content

Commit c85ec9f

Browse files
kostajhweitzman
authored andcommitted
Add config link for modules in output of pm-info command
1 parent b18d46f commit c85ec9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

commands/pm/info.pm.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function _drush_pm_info_extension($info) {
6161
$data['project'] = isset($info->info['project'])?$info->info['project']:dt('Unknown');
6262
$data['type'] = $info->type;
6363
$data['title'] = $info->info['name'];
64+
$data['config'] = isset($info->info['configure']) ? $info->info['configure'] : dt('None');
6465
$data['description'] = $info->info['description'];
6566
$data['version'] = $info->info['version'];
6667
$data['date'] = format_date($info->info['datestamp'], 'custom', 'Y-m-d');

commands/pm/pm.drush.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ function pm_drush_command() {
148148
'requires' => 'Requires',
149149
'required_by' => 'Required by',
150150
'permissions' => 'Permissions',
151+
'config' => 'Configure',
151152
'engine' => 'Engine',
152153
'base_theme' => 'Base theme',
153154
'regions' => 'Regions',

0 commit comments

Comments
 (0)