Drupal

Blog

Migrating from Swift Mailer to Drupal Symfony Mailer

Some steps on how to migrate from Swift Mailer to Drupal Symfony Mailer

Blog

Views theme hook suggestions in Drupal 10

Recently, I stumbled upon a fascinating challenge while working on a Drupal 10 project. My task was to customize the appearance of views and their rows, but I hit a snag.

Blog

Create a path alias programmatically with Drupal 10

I wanted to create an automatic alias for nodes that have a date set. The pattern should be /events/node-title.

Blog

What's the difference between X-Drupal-Cache and X-Drupal-Dynamic-Cache

The HTTP response headers X-Drupal-Cache and X-Drupal-Dynamic-Cache are used by Drupal to indicate the status of its caching layers for the page that was requested.

Blog

Types of configuration mapping fields in Drupal and when to use which

I was creating a tutorial on configuration entities when I stumbled upon a image field which I had specified as an integer instead of array. Therefore I thought it would be useful to provide you a table with all the types and when to use which. 

Blog

What is tag-based caching in Drupal views

Tag-based caching  enhances the performance of your website by allowing fine-grained invalidation of cached content.

Blog

What are Drupal Recipes

Drupal Recipes are a concept in Drupal 10 that replace the old distribution/install profile approach for sites.

Blog

Move from jQuery to ES6 in Drupal with ChatGPT [VIDEO]

Are you still relying on jQuery for your Drupal projects? It's time to make the leap to modern JavaScript with ES6! In this little tutorial, we'll walk you through the process of transitioning from jQuery to ES6 in a Drupal environment, all with the assistance of ChatGPT.

Subscribe to Drupal