Priya Roy Chowdhury

Drupal

How to run PHPUnit tests efficiently in Drupal 10/11?

Introduction Do you know how important writing test cases for your functionalities you are developing is? Drupal always supports and gives an easy way to write test cases because it's a vital part of development. It always helps in to early detection of bugs before deployment and also helps us to understand the code structure in a better...

23-Apr-2025

Drupal

AI in Drupal: Building Real-World Applications with LLMs

Introduction Artificial Intelligence (AI) is revolutionizing web development by increasing efficiency and driving productivity. Integrating AI-driven Large Language Models (LLMs), like ChatGPT, with Drupal allows organizations to enhance user experiences, streamline processes, and promote innovation. However, merely connecting an LLM API...

03-Jan-2025

Drupal

Top 3 Use Cases of Drupal Routing System| Drupal 10

Introduction Every Drupal developer must experience the Routing in Drupal while creating a seamless interacting website with easy navigation. In this article we will check the different scenarios that we face during the site development phase. I will dive you into the Top 3 interesting and very useful Use cases around the Drupal Routing...

08-Aug-2024

Drupal

Implementing views custom style plugin in Drupal 10

Views style plugins, such as tables and lists, serve the purpose of presenting a view in various display formats. The built-in plugins usually suffice for basic displays, and customising them by overriding their template files through theming is often a simple solution for most customization needs. However, when dealing with more...

12-Oct-2023

Drupal

Add inline Javascript code in Drupal 9

In our Drupal projects, we have requirements to add some kind of inline javascript code, like adding GTM script. This can be in the page header or page bottom as per requirements. So in the blog, we will see how we can achieve this by both methods. Drupal provides hooks to do this in a proper way. To add the inline javascript code in...

26-May-2023