Drupal: how to get the modules list

sultan picture sultan · Nov 20, 2010 · Viewed 29.5k times · Source

How to get the modules list in Drupal as in admin/build/modules?

Answer

Gokul N K picture Gokul N K · Jan 8, 2012

You can use drush pm-list --type=Module --status=enabled command for getting a list of installed modules.

For further options, please check out http://www.drupaltonight.com/drupal-articles/using-drush-get-list-enabled-modules