Drupal 7 – Creating a module (Part – 2)
We have developed a skeleton for our module in the previous article. Let’s start adding the functionality to our module. Remember that the name of our module is “example” and it is stored under “<Drupal Installed Location>/sites/all/modules/example“ directory. So, what are we going to do with this module? Let’s define what we are going to do […]