Category: Drupal

How to send bulk emails in Drupal

Sending bulk emails in Drupal can be accomplished using various methods and modules. One of the popular methods is to use the “Simplenews” module, which is specifically designed for managing and sending newsletters and bulk emails in Drupal.

Download the …

How to create a Custom REST API using a Controller in Drupal 9

If you are new to Drupal 9 and wondering how to create a simple REST API, this is the right place to learn about it. You can create a REST API in multiple ways, but the one I am going …

How to create a Custom Service in Drupal 8

There are many services available in Drupal 8 by default, but sometimes we need to write our own function/logic and the functionality should be available throughout the Drupal 8 application. This can be achieved by creating a custom Service in …

Drupal 8 – How to create a custom form

In this post, we will discuss how can we create a custom form in Drupal 8. If you have already worked in Drupal 7, it’s totally different in Drupal 8.

First you need to create a custom module to create …

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 …

How to provide ‘Select all checkboxes’ option in Drupal 7

Drupal has provided Form API’s to create checkboxes easily unfortunately it didn’t offer a select all / deselect all checkboxes option.

But no worries, there are plenty of contributed modules are present in Drupal site which will help us to …

How to reset admin password in Drupal 7?

Did you forget your admin password of Drupal 7?.
Well, this solution might help you to reset the password. The only thing you need is the database access of your server.

Now, lets see how we can reset the password.

Step …

How to create a Custom Module in Drupal 7

drupa7

What do you learn learn from this post?

  1. You will learn how to create a custom module in Drupal 7.
  2. You will learn how to create custom table using hook_schema() in Drupal 7.
  3. You will learn how to insert data into the
Theme: Overlay by Kaira
Agurchand