drupal 8

By Arun AK, 21 May, 2017

It may feel crazy to build a module without module file in drupal. But in drupal 8 it is possible. Which means module file is not a mandatory entity in drupal. Instead of writing everything inside module file drupal 8 will make your code more structured by using classes and objects.

Today we are going to create a smile module which creates a sample page using custom menu callback.

First let us list down the steps to create this module in drupal 7: