Featured
-
Cakephp - Using Config.php
We can use config.php in cakephp to define const
by harneet.sethi -
Multiple -Language website USING InternationalizationAND Locale
Hii friends, Many of you when you will start ma
by gaurav.singh -
Fetch feeds from youtube in drupal 7
HTML parser and can fetch data from existing URLs.
by rashi.goyal -
Delete files from folder in cakephp 2.X
If anyone wants to delete file from the folder ca
by rashi.goyal -
how to set a custom message using form_alter in Drupal
At times we need to change the message that is dis
by rashi.goyal
Tags
How to create simple module in Drupal 8 ?
In Drupal 8, all the custom modules will go in the module folder in the root directory.
Here are the steps to create a simple custom module to print hello world in Drupal 8:
Step 1. Create 'mymodule' folder under modules f...
Create a custom module in Drupal 7 to create a list page of custom content type
Here I am giving a brief idea of creating a custom module for newbie.
For taking an example, I am creating a list of contents of my custom content type.
However for creating custom pages, we can use Views module and it is highly customizabl...