Let’s create a simple custom module in Drupal 8
In this post i am going to show you how you can write a simple Drupal 8 module which will print “Hello world from custom module”.
There are numerous differences between Drupal 7 and Drupal 8. Especially folder structure, If …