Adding a configure link to a Drupal module

25 Jun 2013 . posts . Comments
#Drupal 7 #Module development

If you want to add a “Configure” link to a module’s entry in the ‘Administration » Modules’ page, add the following line to a module’s “.info” file:

configure = path/to/admin/page

This path’ll be in your hook_menu() implementation.

Thanks to this bug report I found https://drupal.org/node/1582464


Me

Anthony is an Australian software engineer and mathematician. As a UTS MBT graduate, Anthony is the technology co-founder of a property and cycling-tech startup and enjoys teaching and learning coding with the Australian startup scene.