Author: agurchand

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 …

Hide a div when the mouse is active, show when the mouse is inactive

Hide a div when the mouse is active, show when the mouse is inactive

In this post, we are going to see a simple jQuery example on how to show a div when the mouse is inactive and hide when the mouse is active again.

If you are looking the other way around, I …

Drupal 9 Custom module – Hello world module in Drupal 9

In this post, we are going to see how to write a custom module in Drupal 9. If you are already aware of how to create a Drupal 8 module then there is not much difference between both of …

Drupal 9 – How to create a Custom form

Let’s learn how to create a custom form in Drupal 9. If you know already how to create a custom form in Drupal 8 there is not much different, it’s almost the same.

First, you need to create a custom …

Node.js & Express CRUD Example – Storing data in JSON file

In this post, we are going to see how to write a simple Node.js Express application to create a RESTful API. Also, we are not going to use a MongoDB here, instead, we will store the JSON data in …

How to install & run SOLR server on Windows Machine

Before going into the SOLR server, make sure you have installed Java in your windows machine.

1) Open the command prompt and run this command “java -version”, if you see the below screen you are ready to install the SOLR …

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 …

Drupal 8 – How to create a custom Block / Plugin

Let’s create a Custom Block in Drupal 8 using Block Plugin API, it is similar to creating a custom module.

i)  First thing first, we need to create a folder and an info file. So, go to your-drupal-folder/modules/custom/ and create …

Theme: Overlay by Kaira
Agurchand