How to get the modules list in Drupal as in admin/build/modules?
Installing and running Drupal is completely free. This includes the 40,000+ modules available to extend site functionality and the 2500+ themes used for modifying site appearance.
Core Folder Directories /core/includes - Base-level functionality that Drupal uses through other /core folders. /core/lib - Drupal core classes. /core/misc - Frontend code that Drupal core depends on. /core/modules - Drupal's core modules.
There are three different types of Drupal modules – core, contributed, and custom.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With