Drupal

Use MSSQL as Default Database with Drupal 10 (Windows)

By default MariaDB, MySQL/Percona, PostgreSQL and SQLite databases are available for Drupal. The purpose of this blog is to Use MSSQL as Default Database with Drupal 10 (Windows).  Let’s start installing Xdebug 3 on MacOs Step 1 :  First we need to install MSSQL database on Windows Go to...

by Yogendra Pratap Singh
Tag: Drupal 10
27-Mar-2024

Drupal

Custom webform submit handler

Overview In Drupal, a Webform handler is a component of the Webform module that processes form submissions. Webform handlers allow developers to extend the functionality of webforms by performing various actions or integrations upon form submission. Processing Form Submissions When a user submits a webform, the form data is passed...

by Radheshyam Kumawat
Tag: Drupal 10
02-Feb-2024

Drupal

Custom Service for Youtube URL in Drupal 8, 9, 10

Overview When working with YouTube video integration in Drupal, you often come across which proper YouTube URL we use in our application for playing videos. Sometimes, a few URLs worked on a few browsers, and some didn't. However, to overcome this kind of problem, we already have a contributed module in Drupal named YouTube Field, which...

by Shubham Joshi
Tag: Drupal 10
28-Jan-2024

Drupal

PHP 8 Unleashed: A Deep Dive into Enhanced Features

Introduction: PHP, a server-side scripting language powering a vast majority of websites, has taken a giant leap forward with the release of PHP 8. Packed with innovative features and improvements, PHP 8 promises to revolutionize the way developers build web applications. In this comprehensive blog post, we'll explore the enhanced...

by Yogesh Pratap Singh
Tag: Drupal 10
12-Jan-2024

Drupal

How to create dependent fields in Paragraph Entity using hooks in Drupal 9 & 10

Introduction When working with complex forms, you often have fields whose state depends on the input values of other fields in the form. For example, you might have a select list of options, the options for which depend upon the value selected for another field. In this blog, I present one case study of my Drupal project where I had to...

by Shubham Joshi
Tag: Drupal 10
24-Dec-2023

Drupal

How to create custom event in custom in Drupal 10

Events in Drupal help to communicate between various modules and components in a decoupled manner. Events provide a flexible and standardized way for developers to extend the behavior of the system, enhance integration capabilities and execute custom logic at specific points in application flow. You have to understand the below points...

by Jyoti Kumari
Tag: Drupal 10
19-Oct-2023

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...

by Priya Roy Chowdhury
Tag: Drupal 10
12-Oct-2023

Drupal

Drupal 10 Unveiled: A Comprehensive Overview of the Latest Features

Introduction: Drupal, the renowned open-source content management system, continues to evolve with each major release, and the highly anticipated Drupal 10 is no exception. Packed with enhancements in usability, accessibility, performance, and modern web development practices, Drupal 10 introduces a range of exciting...

by Vinni Kadyan
Tag: Drupal 10
21-Jun-2023