Modules


How to create a module in Drupal 7.x

What is a module in Drupal? A module is nothing but a collection of functions that links into Drupal, providing all the additional functionality/behaviour for your Drupal installation or your Drupal site. After reading this tutorial, you will be able to create a basic block module and use it as a template for more advanced Read more...

 

20+ most installed modules of Drupal

druplicon.small_

There are more than thousands of contributed Drupal modules, but sometimes it’s necessary for us to find out which is the most installed Drupal module that can be perfectly suitable for our project. Below I’ve listed some of the most used/installed & essential Drupal modules: Views What is Views The Views module provides a flexible Read more...